From 6445cad4b8503504ed24e3f8668439283a4dc795 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Fri, 14 Jul 2023 15:38:14 +0200 Subject: [PATCH] Re-enable libCheck --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 2e8b3332..89350be9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,8 +19,7 @@ "lib": ["es2018", "dom"], "allowSyntheticDefaultImports": true, "noImplicitOverride": true, - "useDefineForClassFields": false, - "skipLibCheck": true // TODO in december 2023, remove this and see if `yarn dev` still errors with `Error: node_modules/type-fest/ts41/get.d.ts:94:19 - error TS2344: Type 'BaseType' does not satisfy the constraint 'Record'.` + "useDefineForClassFields": false }, "angularCompilerOptions": { "strictInjectionParameters": true,