|
@@ -1,15 +1,8 @@
|
|
|
{
|
|
|
+ "extends": "../../tsconfig",
|
|
|
"compilerOptions": {
|
|
|
- "noImplicitAny": true,
|
|
|
- "noEmitOnError": true,
|
|
|
- "noUnusedLocals": true,
|
|
|
- "esModuleInterop": true,
|
|
|
- "module": "commonjs",
|
|
|
- "moduleResolution": "node",
|
|
|
- "target": "ES2015",
|
|
|
- "outDir": "./build",
|
|
|
- "lib": ["ES2015", "DOM"],
|
|
|
- "jsx": "react"
|
|
|
+ "jsx": "react",
|
|
|
+ "outDir": "./build"
|
|
|
},
|
|
|
"include": ["src/*"]
|
|
|
}
|