diff --git a/generators/angular/templates/tsconfig.json.ejs b/generators/angular/templates/tsconfig.json.ejs index f4240c61dd46..496731e860c5 100644 --- a/generators/angular/templates/tsconfig.json.ejs +++ b/generators/angular/templates/tsconfig.json.ejs @@ -36,6 +36,7 @@ "useDefineForClassFields": false, "target": "es2022", "module": "es2020", + "skipLibCheck": true, "types": [], "lib": ["es2018", "es2020", "dom"] },