Skip to content

Commit

Permalink
Re-enable libCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Jul 14, 2023
1 parent f246ff6 commit 6445cad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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<string | number, any>'.`
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"strictInjectionParameters": true,
Expand Down

0 comments on commit 6445cad

Please sign in to comment.