Skip to content

Commit

Permalink
fix(strict-check): extends from base tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Oct 23, 2024
1 parent 9032992 commit 1a98c24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/strict-check.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"noEmit": true,
"strict": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"noImplicitAny": true,
"baseUrl": ".",
"pretty": false,
"skipLibCheck": true
Expand Down

0 comments on commit 1a98c24

Please sign in to comment.