mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 10:35:21 +00:00
5ed4c426d6
- updated to angular 10 - bumped required dependencies - exchanged unit tests from deprecated async to waitForAsync api - removed dependencies: - saturn-datepicker - is-url-superb - changed RangeDatepickerComponent implementation using material range - deprecated RangeDatepickerComponent - changed lodash imports to prevent commonjs modules problems - removed table module - fixed swagger codegen to support angular 10
11 lines
274 B
JSON
11 lines
274 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": ["jasmine", "node"],
|
|
"target": "ES2015"
|
|
},
|
|
"files": ["src/test.ts", "src/polyfills.ts"],
|
|
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
|
|
}
|