| 123456789101112131415 |
- {
- "compilerOptions": {
- "lib": ["ES2020"],
- "target": "es5",
- "module": "commonjs",
- "declaration": true,
- "declarationMap": true,
- "sourceMap": true,
- "rootDir": "./",
- "strict": true,
- "esModuleInterop": true,
- "skipLibCheck": true,
- "forceConsistentCasingInFileNames": true
- }
- }
|