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