From d8e360d7f2ec8fc1be99aef623e3eeb6de78bc99 Mon Sep 17 00:00:00 2001 From: Gaurav Kumar Date: Mon, 9 Jun 2025 10:59:44 +0530 Subject: [PATCH] Update tsconfig.json --- .../frontend/angular-clarity-master/tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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