Skip to content

Commit

Permalink
ci: fix isolated modules for tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzhastin-Nikita authored and the-homeless-god committed May 26, 2022
1 parent ae9117b commit 47dcafc
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 @@ -11,7 +11,7 @@
"moduleResolution": "node",
"target": "ESNext",
"resolveJsonModule": true,
"isolatedModules": true,
"isolatedModules": false,
"module": "ESNext",
"declaration": true,
"declarationDir": "types",
Expand Down

0 comments on commit 47dcafc

Please sign in to comment.