Skip to content

Commit

Permalink
prevent build error by using "strict: false"
Browse files Browse the repository at this point in the history
  • Loading branch information
lorant-one committed Dec 9, 2024
1 parent 31bfad0 commit 110b971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"strict": false,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
Expand Down

0 comments on commit 110b971

Please sign in to comment.