Skip to content

Commit c1be9cd

Browse files
tsconfig: isolateModules
1 parent 651ad6b commit c1be9cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"rootDir": "./src",
88
"resolveJsonModule": true,
99
"declaration": true,
10-
"declarationMap": true
10+
"declarationMap": true,
11+
"isolatedModules": true
1112
}
1213
}

0 commit comments

Comments
 (0)