Skip to content

Commit 3b968c9

Browse files
committed
fix jsconfig error
1 parent 85f214e commit 3b968c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/jsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* a value or a type, so tell TypeScript to enforce using
99
* `import type` instead of `import` for Types.
1010
*/
11-
"importsNotUsedAsValues": "error",
11+
"verbatimModuleSyntax": true,
1212
"isolatedModules": true,
1313
"resolveJsonModule": true,
1414
/**

0 commit comments

Comments
 (0)