Skip to content

Commit 21b8d15

Browse files
committed
fix tsconfig
1 parent 8ac704d commit 21b8d15

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
@@ -13,7 +13,7 @@
1313
"lib": ["es2016", "dom"],
1414
"types": [],
1515
"baseUrl": "./example/",
16-
"importsNotUsedAsValues": "preserve",
16+
"verbatimModuleSyntax": true,
1717
"plugins": [
1818
{
1919
"name": "typescript-styled-plugin"

0 commit comments

Comments
 (0)