diff --git a/package.json b/package.json index 2fc7880..6393eb8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type-check:watch": "npm run type-check -- --watch", "build": "npm run build:types && npm run build:js", "build:types": "tsc --emitDeclarationOnly", - "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" }, "devDependencies": { "@babel/cli": "^7.8.3",