Skip to content

Commit 356b5a6

Browse files
committed
Avoid a warning during testing.
1 parent 6d95698 commit 356b5a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": "./tsconfig.base.json",
44
"compilerOptions": {
5+
"isolatedModules": true,
56
"module": "NodeNext",
67
"moduleResolution": "NodeNext",
78
"outDir": "./dist"

0 commit comments

Comments
 (0)