Skip to content

Commit 1b7bd5d

Browse files
fix(ui): update tsconfig for verbatimModuleSyntax
1 parent b6575dd commit 1b7bd5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mathesar_ui/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"extends": "@tsconfig/svelte/tsconfig.json",
32
"compilerOptions": {
43
"moduleResolution": "node",
54
"target": "esnext",
@@ -11,7 +10,7 @@
1110
"js-cookie",
1211
"svelte2tsx/svelte-jsx"
1312
],
14-
"importsNotUsedAsValues": "error",
13+
"verbatimModuleSyntax": true,
1514
"strict": true,
1615
"isolatedModules": true,
1716
"resolveJsonModule": true,

0 commit comments

Comments
 (0)