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 e126641 commit 9c17d7bCopy full SHA for 9c17d7b
package.json
@@ -7,7 +7,7 @@
7
"type-check:watch": "npm run type-check -- --watch",
8
"build": "npm run build:types && npm run build:js",
9
"build:types": "tsc --emitDeclarationOnly",
10
- "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline"
+ "build:js": "babel src --out-dir lib --extensions .ts,.tsx --source-maps inline"
11
},
12
"devDependencies": {
13
"@babel/cli": "^7.8.3",
0 commit comments