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
10 lines
246 B
JSON
10 lines
246 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": ["jasmine", "node"]
|
|
},
|
|
"files": ["src/test.ts", "src/polyfills.ts"],
|
|
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
|
|
}
|