next-ucap-messenger/projects/ucap-webmessenger-app/tsconfig.app.json

15 lines
340 B
JSON
Raw Normal View History

2019-09-18 06:02:21 +00:00
{
"extends": "../../tsconfig.json",
2019-10-25 00:46:05 +00:00
"angularCompilerOptions": {
2019-10-25 06:36:29 +00:00
"enableIvy": false,
2019-10-25 00:46:05 +00:00
"allowEmptyCodegenFiles": true
},
2019-09-18 06:02:21 +00:00
"compilerOptions": {
"outDir": "../../out-tsc/app",
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.ts"],
"exclude": ["src/test.ts", "src/**/*.spec.ts"]
}