bc0fea3310
Updates to angular 8 and updates all used components - removed wrapper class for ngx/pwa LocalStorrace - removed database lock service due to bugs - tried to work around a cycle of dependancies - changed some structure to be more close to default angular - removed legacy angular packages - removed date-picker since it was not currently used and is not compatible anymore - upgrade tinyMCE
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app",
|
|
"types": []
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableIvy": false
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/test.ts", "**/*.spec.ts"]
|
|
}
|