2019-07-01 11:23:33 +02:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./out-tsc/app",
|
|
|
|
"types": []
|
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"enableIvy": false
|
|
|
|
},
|
|
|
|
"include": ["src/**/*.ts"],
|
2019-08-01 13:23:56 +02:00
|
|
|
"exclude": ["src/test.ts", "**/*.spec.ts", "src/**/*.worker.ts"]
|
2019-07-01 11:23:33 +02:00
|
|
|
}
|