Skip to content

Commit

Permalink
Added isolatedModules to export enums
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jul 26, 2024
1 parent ac4122c commit 65cf71a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hogvm/typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"resolveJsonModule": true,
"strict": true,
"noImplicitAny": true,
"useUnknownInCatchVariables": false
"useUnknownInCatchVariables": false,
"isolatedModules": true
},
"include": ["src"],
"exclude": ["node_modules", "dist", "bin"]
Expand Down

0 comments on commit 65cf71a

Please sign in to comment.