12345678910111213 |
- {
- "compilerOptions": {
- "outDir": "target/src",
- "target": "es2016",
- "module": "commonjs",
- "esModuleInterop": true,
- "forceConsistentCasingInFileNames": true,
- "strict": true,
- "skipLibCheck": true,
- "strictPropertyInitialization": false
- },
- "exclude": ["node_modules", "target"]
- }
|