Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit ba1c0a5

Browse files
committed
chore: upgrade to v15
- remove codelyzer package - remove lint NPM script & tslint.json - upgrade tsconfig.json#target to ES2022
1 parent 1337d81 commit ba1c0a5

13 files changed

+2673
-4188
lines changed

demo/angular.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"index": "src/index.html",
1616
"main": "src/main.ts",
1717
"tsConfig": "src/tsconfig.app.json",
18-
"polyfills": "src/polyfills.ts",
18+
"polyfills": [
19+
"zone.js"
20+
],
1921
"assets": [
2022
"src/assets",
2123
"src/archives",
@@ -103,9 +105,11 @@
103105
"test": {
104106
"builder": "@angular-devkit/build-angular:karma",
105107
"options": {
106-
"main": "src/test.ts",
107108
"karmaConfig": "./karma.conf.js",
108-
"polyfills": "src/polyfills.ts",
109+
"polyfills": [
110+
"zone.js",
111+
"zone.js/testing"
112+
],
109113
"tsConfig": "src/tsconfig.spec.json",
110114
"scripts": [
111115
"node_modules/jquery/dist/jquery.js",
@@ -135,6 +139,9 @@
135139
"src/archives",
136140
"src/data",
137141
"src/favicon.png"
142+
],
143+
"include": [
144+
"**/*.spec.ts"
138145
]
139146
}
140147
}

0 commit comments

Comments
 (0)