| 123456789101112131415 |
- {
- "compilerOptions": {
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "sourceMap": true,
- "declaration": true,
- "outDir": "public_gen",
- "noImplicitAny": false,
- "target": "es5",
- "rootDir": "public",
- "module": "system",
- "noEmitOnError": true,
- "moduleResolution": "classic"
- }
- }
|