1234567891011121314 |
- {
- "compilerOptions": {
- "strict": true,
- "esModuleInterop": true,
- "downlevelIteration": true,
- "module": "esnext",
- "target": "ES2018",
- "moduleResolution": "node",
- "allowSyntheticDefaultImports": true,
- "rootDir": "src",
- "outDir": "dist"
- }
- }
|