Skip to content

Commit

Permalink
temporarily add babel-plugin-here/env and vitest/importMeta to `.…
Browse files Browse the repository at this point in the history
…/tsconfig.json` to make `tsc` not error
  • Loading branch information
samualtnorman committed Feb 19, 2025
1 parent 6ddc7de commit e41f99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"types": [ "@types/node", "@total-typescript/ts-reset" ],
"types": [ "@types/node", "@total-typescript/ts-reset", "babel-plugin-here/env", "vitest/importMeta" ],
"noEmit": true,
"checkJs": true,
"esModuleInterop": true,
Expand Down

0 comments on commit e41f99f

Please sign in to comment.