Skip to content

Commit

Permalink
build: Enable strict
Browse files Browse the repository at this point in the history
Fixes #317.
  • Loading branch information
NiGhTTraX committed Jun 11, 2023
1 parent 82b440c commit 3fb637e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"esnext"
],
"allowJs": true,
"strict": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "commonjs",
"target": "es5",
"sourceMap": true,
"strict": true,
"declaration": true,
"declarationMap": true,
"noEmitOnError": true,
Expand Down

0 comments on commit 3fb637e

Please sign in to comment.