Update to angular 17 (#97)
* Added tags * Update to angular 14 * Update to angular 15 * Update typescript to ^4.9.3 * Update to angular 16 * Ref added strict null checking for parentElement * Update typescript to ^5.2 * Update zone.js to ^0.14.1 * Update typescript to 5.2.2 * Update to angular 17 * Fix fixed dependencies * Fix test suite
This commit is contained in:
parent
e0bc123cd7
commit
f2a8edb15f
14 changed files with 2468 additions and 6182 deletions
|
|
@ -1,19 +1,14 @@
|
|||
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../out-tsc/spec",
|
||||
"module": "commonjs",
|
||||
"outDir": "./out-tsc/spec",
|
||||
"types": [
|
||||
"jasmine",
|
||||
"node"
|
||||
"jasmine"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"./src/test.ts",
|
||||
"./src/polyfills.ts"
|
||||
],
|
||||
"include": [
|
||||
"**/*.spec.ts",
|
||||
"**/*.d.ts"
|
||||
"src/**/*.spec.ts",
|
||||
"src/**/*.d.ts"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue