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

@@ -125,6 +125,7 @@
"@angular/cli": "17.3.0",
"@angular/compiler": "17.3.0",
"@angular/compiler-cli": "17.3.0",
"@angular/language-server": "17.3.0",
"@angular/language-service": "17.3.0",
"@angular/platform-browser-dynamic": "17.3.0",
"@capacitor/android": "5.7.3",

View File

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