Skip to content

Commit e7bad72

Browse files
committed
build: fix ts setup
1 parent 508a8ea commit e7bad72

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
@@ -8,7 +8,7 @@
88
"sourceMap": true,
99
"strict": true,
1010
"removeComments": true,
11-
"importsNotUsedAsValues": "error",
11+
"verbatimModuleSyntax": false,
1212
"experimentalDecorators": true,
1313
"forceConsistentCasingInFileNames": true,
1414
"strictBindCallApply": true,

0 commit comments

Comments
 (0)