| 123456789101112131415 |
- {
- "include": [
- "./src/**/*"
- ],
- "compilerOptions": {
- "target": "ES6",
- "module": "ES2015",
- "lib": ["dom","ES2015"],
- "outDir": "./dist",
- "strict": false,
- "noImplicitThis": false,
- "noImplicitAny": false,
- // "noEmitOnError": true
- }
- }
|