Skip to content

Commit 4a04f15

Browse files
committed
Only update moduleresolution for storybook
1 parent 0902f8e commit 4a04f15

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.storybook/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// ERROR in @ephox/sugar/lib/main/ts/ephox/sugar/api/dom/Replication.d.ts
88
"skipLibCheck": true,
99
"types": ["node"],
10+
"moduleResolution": "bundler",
1011
"allowSyntheticDefaultImports": true,
1112
"resolveJsonModule": true,
1213
"target": "ES2022"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"baseUrl": ".",
55
"sourceMap": true,
66
"declaration": false,
7-
"moduleResolution": "bundler",
7+
"moduleResolution": "node",
88
"noUnusedLocals": true,
99
"strict": true,
1010
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)