Skip to content

Commit

Permalink
feat: upgrade to angular 17 #631
Browse files Browse the repository at this point in the history
fixed typescripts typeRoots changes
  • Loading branch information
lneumeier committed Dec 11, 2023
1 parent 7dd2756 commit e3919d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/spectator/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"declaration": true,
"inlineSources": true,
"typeRoots": [
"./typings"
"./typings",
"../../node_modules/@types"
],
"types": [
"jasmine",
Expand Down

0 comments on commit e3919d2

Please sign in to comment.