Skip to content

Commit 4f18878

Browse files
authored
fix: disable verbatimmodulesyntax for cjs build (#11)
1 parent c8ce5b8 commit 4f18878

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"lib": ["ES2022"],
55
"allowJs": true,
66
"noEmit": true,
7-
"moduleDetection": "force"
7+
"moduleDetection": "force",
8+
"verbatimModuleSyntax": false
89
},
910
"include": ["src/**/*.ts", "src/**/*.tsx"],
1011
"exclude": ["coverage", "dist", "docs", "node_modules"]

0 commit comments

Comments
 (0)