Skip to content

Commit 992dc2d

Browse files
committed
chore: enable verbatimModuleSyntax
1 parent ffab416 commit 992dc2d

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

packages/ui/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"outDir": "dist",
2323
"allowSyntheticDefaultImports": true,
2424
"esModuleInterop": true,
25+
"verbatimModuleSyntax": true,
2526
"skipLibCheck": true
2627
},
2728
"include": [

packages/utils/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"outDir": "dist",
1919
"sourceMap": true,
2020
"isolatedModules": true,
21+
"verbatimModuleSyntax": true,
2122
"skipLibCheck": true
2223
},
2324
"include": [

packages/vite-config/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"declaration": true,
1818
"outDir": "dist",
1919
"isolatedModules": true,
20+
"verbatimModuleSyntax": true,
2021
"skipLibCheck": true
2122
},
2223
"include": [

0 commit comments

Comments
 (0)