Skip to content

Commit

Permalink
chore: fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed Nov 25, 2024
1 parent fc521b9 commit 119e127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"@env": ["./src/lib/env.js"]
},
"esModuleInterop": true,
"checkJs": true
"checkJs": true,
"allowUmdGlobalAccess": true
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 119e127

Please sign in to comment.