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