Initial Commit - NG UI
[osm/NG-UI.git] / src / tsconfig.app.json
1 {
2     "extends": "../tsconfig.json",
3     "compilerOptions": {
4         "outDir": "../out-tsc/app",
5         "types": []
6     },
7     "exclude": [
8         "test.ts",
9         "**/*.spec.ts"
10     ],
11     "angularCompilerOptions": {
12         "enableIvy": true,
13         "fullTemplateTypeCheck": false,
14         "strictInjectionParameters": false
15     }
16 }