We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0902f8e commit 4a04f15Copy full SHA for 4a04f15
2 files changed
.storybook/tsconfig.json
@@ -7,6 +7,7 @@
7
// ERROR in @ephox/sugar/lib/main/ts/ephox/sugar/api/dom/Replication.d.ts
8
"skipLibCheck": true,
9
"types": ["node"],
10
+ "moduleResolution": "bundler",
11
"allowSyntheticDefaultImports": true,
12
"resolveJsonModule": true,
13
"target": "ES2022"
tsconfig.json
@@ -4,7 +4,7 @@
4
"baseUrl": ".",
5
"sourceMap": true,
6
"declaration": false,
- "moduleResolution": "bundler",
+ "moduleResolution": "node",
"noUnusedLocals": true,
"strict": true,
"emitDecoratorMetadata": true,
0 commit comments