|
12345678910111213141516 |
- {
- "compilerOptions": {
- "target": "es5",
- "module": "commonjs",
- "outDir": "./dist",
- "strict": true,
- "strictPropertyInitialization": false,
- "resolveJsonModule": true,
- "esModuleInterop": true,
- "experimentalDecorators": true,
- "emitDecoratorMetadata": true,
- "skipLibCheck": true,
- "forceConsistentCasingInFileNames": true,
- "allowJs": true
- }
- }
|