mirror of
https://github.com/aleleba/react-list-ui-library.git
synced 2025-07-22 08:28:12 -06:00
PR-722301: Adding Library Components.
This commit is contained in:
.github/workflows
.storybook
package-lock.jsonpackage.jsonsrc
tsconfig.json@ -16,7 +16,9 @@ module.exports = {
|
||||
}),
|
||||
config.resolve.alias = {
|
||||
...config.resolve.alias,
|
||||
'@components': path.resolve(__dirname, "../src/components/")
|
||||
'@components': path.resolve(__dirname, "../src/components/"),
|
||||
'@styles': path.resolve(__dirname, "../src/styles/"),
|
||||
'@utils': path.resolve(__dirname, "../src/utils/")
|
||||
};
|
||||
config.resolve.plugins = [new TsconfigPathsPlugin()];
|
||||
return config;
|
||||
|
Reference in New Issue
Block a user