Skip to content

Commit a1df168

Browse files
committed
Fix storybook and project builds
1 parent f573a49 commit a1df168

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.storybook/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"skipLibCheck": true,
99
"types": ["node"],
1010
"moduleResolution": "bundler",
11+
"module": "ES2022",
1112
"allowSyntheticDefaultImports": true,
1213
"resolveJsonModule": true,
1314
"target": "ES2022"

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"baseUrl": ".",
55
"sourceMap": true,
66
"declaration": false,
7-
"moduleResolution": "node",
7+
"moduleResolution": "nodenext",
88
"noUnusedLocals": true,
99
"strict": true,
1010
"emitDecoratorMetadata": true,
1111
"experimentalDecorators": true,
1212
"target": "es5",
13-
"module": "es2015",
13+
"module": "nodenext",
1414
"typeRoots": [
15-
"node_modules/@types"
15+
"node_modules/@types"
1616
],
1717
"lib": [
1818
"es2017",

0 commit comments

Comments
 (0)