12345678910111213141516 |
- {
- "compilerOptions": {
- "allowSyntheticDefaultImports": true,
- "target": "ES2020",
- "sourceMap": true,
- "declaration": true,
- "module": "ES2020",
- "moduleResolution": "node",
- "noEmit": true,
- "strictNullChecks": true,
- "noImplicitAny": true,
- "verbatimModuleSyntax": true,
- "noUnusedLocals": true
- },
- "include": ["./**/*"]
- }
|