fix: angular lsp broken

This commit is contained in:
2024-03-21 15:35:50 +01:00
committed by Rainer Killinger
parent 10c4466b37
commit 100607740b
3 changed files with 99 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
"declaration": false,
"skipLibCheck": false,
"isolatedModules": false,
"checkJs": false,
"allowJs": false,
"strictPropertyInitialization": false,
"downlevelIteration": true,
"importHelpers": true,