Skip to content

Commit 5f2b966

Browse files
committed
build: update to TypeScript 4.8
Updates the repo to TypeScript 4.8 and resolves some of the breaking changes. I've only kept the schematics code backwards-compatible since the rest of the changes are to our own tooling.
1 parent f9113b9 commit 5f2b966

File tree

25 files changed

+8558
-5792
lines changed

25 files changed

+8558
-5792
lines changed

integration/ng-add-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"karma-coverage": "~2.0.3",
3838
"karma-jasmine": "~4.0.0",
3939
"karma-jasmine-html-reporter": "~1.7.0",
40-
"typescript": "file:../../node_modules/typescript"
40+
"typescript": "~4.7.2"
4141
}
4242
}

0 commit comments

Comments
 (0)