diff --git a/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/tsconfig.json b/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/tsconfig.json index b62b646..41821f3 100644 --- a/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/tsconfig.json +++ b/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/tsconfig.json @@ -10,6 +10,8 @@ "experimentalDecorators": true, "moduleResolution": "node", "importHelpers": true, + "allowSyntheticDefaultImports":true, + "skipLibCheck": true, "target": "ES2022", "module": "ES2022", "lib": [ @@ -18,4 +20,4 @@ ], "useDefineForClassFields": false } -} +} \ No newline at end of file