12345678910111213 |
- {
- "compilerOptions": {
- "target": "ESNext",
- "moduleResolution": "Node",
- "module": "ESNext",
- "outDir": "dist",
- "declaration": true,
- "strict": true,
- "skipLibCheck": true,
- "useUnknownInCatchVariables": false,
- "allowSyntheticDefaultImports": true
- }
- }
|