Skip to content

Commit

Permalink
Merge branch 'main' into dms/bump-cli-ver-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Jan 27, 2025
2 parents aa19e05 + 7f2fb3f commit 683adbb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ const config: StorybookConfig = {
return mergeConfig(config, {
resolve: {
alias: {
'@/core': path.resolve(__dirname, '../src/core'),
'@/core-react': path.resolve(__dirname, '../src/core-react'),
'@/ui-react': path.resolve(__dirname, '../src/ui/react'),
'@': path.resolve(__dirname, '../src'),
},
},
Expand Down
3 changes: 0 additions & 3 deletions packemon.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ const config = {
{
root: ['./src'],
alias: {
'@/core': './src/core',
'@/core-react': './src/core-react',
'@/ui-react': './src/ui/react',
'@': './src',
},
},
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"rootDir": "src",
"baseUrl": ".",
"paths": {
"@/core/*": ["src/core/*"],
"@/core-react/*": ["src/core-react/*"],
"@/ui-react/*": ["src/ui/react/*"],
"@/*": ["src/*"]
}
},
Expand Down
3 changes: 0 additions & 3 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ export default defineConfig({
},
},
alias: {
'@/core': path.resolve(__dirname, './src/core'),
'@/core-react': path.resolve(__dirname, './src/core-react'),
'@/ui-react': path.resolve(__dirname, './src/ui/react'),
'@': path.resolve(__dirname, './src'),
},
environment: 'jsdom',
Expand Down

0 comments on commit 683adbb

Please sign in to comment.