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 99a01db + 8e73092 commit 97d0185Copy full SHA for 97d0185
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
"standard": "standard src",
18
"test": "npm run standard",
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