diff --git a/tsconfig.json b/tsconfig.json index 72f643f..97100db 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,8 +23,7 @@ "ES2022", "dom" ], - "typeRoots": ["./src/types"], - "skipLibCheck": true + "typeRoots": ["./src/types"] }, "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false, diff --git a/tsconfig.spec.json b/tsconfig.spec.json index be7e9da..c8c04e9 100644 --- a/tsconfig.spec.json +++ b/tsconfig.spec.json @@ -4,7 +4,7 @@ "compilerOptions": { "outDir": "./out-tsc/spec", "types": [ - "jasmine" + // "jasmine" ] }, "include": [