|
12345678910111213 |
- {
- "compilerOptions": {
- "target": "es6",
- "module": "NodeNext",
- "rootDir": "./",
- "outDir": "./build",
- "esModuleInterop": true,
- "allowSyntheticDefaultImports": true,
- "strict": true,
- "noImplicitAny": false,
- "resolveJsonModule": true
- }
- }
|