Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed Apr 1, 2023
1 parent 27fcc2c commit 2d1c38a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"compilerOptions": {
"strict": true,
"target": "ESNext",
"moduleResolution": "node",
"moduleResolution": "nodenext",
"esModuleInterop": true,
"declaration": true,
"resolveJsonModule": true,
"noImplicitAny": false
"noImplicitAny": true
},
"exclude": ["node_modules"]
}

0 comments on commit 2d1c38a

Please sign in to comment.