Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jul 3, 2024
1 parent 92d3443 commit 3ba9745
Show file tree
Hide file tree
Showing 53 changed files with 61 additions and 304 deletions.
7 changes: 1 addition & 6 deletions code/addons/a11y/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/addons/actions/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/addons/backgrounds/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/addons/controls/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/addons/docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/addons/essentials/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/addons/gfm/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/addons/highlight/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
6 changes: 1 addition & 5 deletions code/addons/interactions/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"strict": false,
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
"strict": false
},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/addons/jest/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
8 changes: 1 addition & 7 deletions code/addons/links/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"],
"react": ["../../node_modules/react"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
9 changes: 2 additions & 7 deletions code/addons/measure/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
}
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/addons/onboarding/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
9 changes: 2 additions & 7 deletions code/addons/outline/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
}
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/addons/storysource/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
9 changes: 2 additions & 7 deletions code/addons/themes/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
}
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/addons/toolbars/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
9 changes: 2 additions & 7 deletions code/addons/viewport/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
}
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/builders/builder-vite/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/builders/builder-webpack5/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
3 changes: 1 addition & 2 deletions code/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"module": "ES2022",
"moduleResolution": "Bundler",
"paths": {
"@storybook/core/*": ["./src/*"],
"@storybook/react": ["../renderers/react"]
"@storybook/core/*": ["./src/*"]
},
"skipDefaultLibCheck": true,
"target": "ES2022"
Expand Down
7 changes: 1 addition & 6 deletions code/frameworks/ember/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/frameworks/html-webpack5/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/frameworks/nextjs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*", "template/**/*"]
}
7 changes: 1 addition & 6 deletions code/frameworks/preact-webpack5/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/frameworks/react-webpack5/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/frameworks/server-webpack5/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/frameworks/svelte-webpack5/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/frameworks/vue3-webpack5/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/frameworks/web-components-webpack5/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"include": ["src/**/*"]
}
7 changes: 1 addition & 6 deletions code/lib/cli/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
},
"compilerOptions": {},
"extends": "../../tsconfig.json",
"include": ["src/**/*"]
}
6 changes: 1 addition & 5 deletions code/lib/codemod/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"allowJs": true,
"strict": false,
"baseUrl": ".",
"paths": {
"storybook/internal/*": ["../../lib/cli/core/*"]
}
"strict": false
},
"exclude": ["node_modules", "__testfixtures__", "__tests__"],
"include": ["src/**/*"]
Expand Down
Loading

0 comments on commit 3ba9745

Please sign in to comment.