We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c494f commit d161130Copy full SHA for d161130
package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.0",
4
"description": "Simple JavaScript logger written in TypeScript.",
5
"main": "dist/simplr-logger.js",
6
- "types": "@typs/index.d.ts",
+ "types": "@types/index.d.ts",
7
"scripts": {
8
"test": "tsc -p . --noEmit && npm run tslint",
9
"tslint": "tslint --project . --config ./tslint.json",
0 commit comments