Skip to content

Commit

Permalink
refactor: enable isolatedModules
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 3, 2024
1 parent 339e3d5 commit 239d13a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"strict": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"isolatedModules": true,
"skipLibCheck": true
},
"include": ["src", "tests"],
Expand Down

0 comments on commit 239d13a

Please sign in to comment.