Commit 05455dd 1 parent 539a2ff commit 05455dd Copy full SHA for 05455dd
File tree 4 files changed +18
-7
lines changed
storybook-framework-web-components
4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"extends" : "../../tsconfig.node-base.json" ,
5
5
"compilerOptions" : {
6
- "module" : "commonjs " ,
6
+ "module" : "ESNext " ,
7
7
"outDir" : "./dist" ,
8
8
"rootDir" : "./src" ,
9
9
"composite" : true ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "compilerOptions" : {
3
+ "module" : " ESNext"
4
+ }
5
+ }
Original file line number Diff line number Diff line change 45
45
} ,
46
46
{
47
47
"path" : "../storybook-builder/tsconfig.json"
48
+ } ,
49
+ {
50
+ "path" : "../rollup-plugin-import-meta-assets/tsconfig.json"
51
+ } ,
52
+ {
53
+ "path" : "../storybook-utils/tsconfig.json"
48
54
}
49
55
] ,
50
56
"include" : [
Original file line number Diff line number Diff line change 64
64
{
65
65
"path" : "./packages/storybook-builder/tsconfig.json"
66
66
} ,
67
+ {
68
+ "path" : "./packages/rollup-plugin-import-meta-assets/tsconfig.json"
69
+ } ,
70
+ {
71
+ "path" : "./packages/storybook-utils/tsconfig.json"
72
+ } ,
67
73
{
68
74
"path" : "./packages/rollup-plugin-polyfills-loader/tsconfig.json"
69
75
} ,
73
79
{
74
80
"path" : "./packages/rollup-plugin-workbox/tsconfig.json"
75
81
} ,
76
- {
77
- "path" : "./packages/rollup-plugin-import-meta-assets/tsconfig.json"
78
- } ,
79
82
{
80
83
"path" : "./packages/dev-server-hmr/tsconfig.json"
81
84
} ,
88
91
{
89
92
"path" : "./packages/storybook-framework-web-components/tsconfig.json"
90
93
} ,
91
- {
92
- "path" : "./packages/storybook-utils/tsconfig.json"
93
- } ,
94
94
{
95
95
"path" : "./packages/test-runner-puppeteer/tsconfig.json"
96
96
} ,
You can’t perform that action at this time.
0 commit comments