We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d95698 commit 356b5a6Copy full SHA for 356b5a6
tsconfig.json
@@ -2,6 +2,7 @@
2
"$schema": "https://json.schemastore.org/tsconfig",
3
"extends": "./tsconfig.base.json",
4
"compilerOptions": {
5
+ "isolatedModules": true,
6
"module": "NodeNext",
7
"moduleResolution": "NodeNext",
8
"outDir": "./dist"
0 commit comments