Skip to content

Commit ed16987

Browse files
committed
chore: fix type error
1 parent 92a2222 commit ed16987

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
],
1616
"strict": true,
1717
"declaration": true,
18-
"esModuleInterop": true
18+
"esModuleInterop": true,
19+
"isolatedModules": true,
20+
"skipLibCheck": true
1921
},
2022
"include": [
2123
"src",

0 commit comments

Comments
 (0)