12345678910111213 |
- {
- "compilerOptions": {
- "target": "ESNext",
- "module": "commonjs",
- "allowJs": false,
- "strict": true,
- "noImplicitAny": true,
- "moduleResolution": "node",
- "allowSyntheticDefaultImports": true,
- "esModuleInterop": true,
- "forceConsistentCasingInFileNames": true
- }
- }
|