Skip to content

Commit 37f36e2

Browse files
committed
build: enabled verbatimModuleSyntax option for esm build
1 parent c1a23b6 commit 37f36e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"importHelpers": true,
1313
"isolatedModules": true,
1414
"resolveJsonModule": true,
15-
// "verbatimModuleSyntax": true, // TODO: enable after fix all problems
15+
"verbatimModuleSyntax": true,
1616
},
1717
"include": ["src/**/*", "demo/**/*", "tests/**/*"],
1818
"exclude": ["build"]

0 commit comments

Comments
 (0)