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.
2 parents 3b8d471 + 97d0185 commit 236a3caCopy full SHA for 236a3ca
package.json
@@ -10,13 +10,13 @@
10
],
11
"scripts": {
12
"build": "npm run build-lib && npm run build-types",
13
- "build-lib": "babel src -d lib --source-maps",
+ "build-lib": "babel src -d lib --source-maps --extensions '.ts,.js'",
14
"build-types": "tsc --emitDeclarationOnly",
15
"postversion": "git push origin master --follow-tags",
16
"prepublishOnly": "npm run build",
17
"lint": "prettier-standard --lint 'src/**/*.js' 'src/**/*.ts'",
18
"test": "npm run lint",
19
- "watch": "babel src --out-dir lib --watch --source-maps"
+ "watch": "babel src --out-dir lib --watch --source-maps --extensions '.ts,.js'"
20
},
21
"repository": {
22
"type": "git",
0 commit comments