Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Mar 13, 2024
1 parent 76d6347 commit 38fb397
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"compilerOptions": {
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"noEmit": true,

// "noImplicitAny": false, // todo
"checkJs": true, // todo
// "allowJs": true, // todo
"checkJs": true,
},
"include": [
"src/**/*",
Expand Down

0 comments on commit 38fb397

Please sign in to comment.