diff --git a/tsconfig.json b/tsconfig.json index c57e5c6..f820412 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,15 +18,10 @@ "resolveJsonModule": true, "target": "es2021", "module": "es2020", - "lib": [ - "es2021", - "dom" - ], + "lib": ["es2021", "dom"], "allowSyntheticDefaultImports": true }, - "include": [ - "**/*.ts" - ], + "include": ["**/*.ts"], "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true,