| 12345678910111213141516171819202122 |
- {
- "compilerOptions": {
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "sourceMap": true,
- "declaration": true,
- "noImplicitAny": false,
- "removeComments": true,
- "noLib": true,
- "outDir": "public_gen/app",
- "target": "ES5",
- "rootDir": "public/app",
- "sourceRoot": "public/app",
- "module": "amd",
- "noEmitOnError": true
- },
- "fileGlobs": [
- "./public/app/**/*.ts",
- "!./node_modules/**",
- "!./public_gen/**",
- ]
- }
|