-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Consider use of jsconfig.json as alternative to .babelrc for alias [as in docs](Consider use of jsconfig.json as alternative to .babelrc for alias).
Reading through the docs, the recommended way to create aliases paths was using the jsconfig.json file.
jsconfig.json
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["src/*"],
"components/*": ["src/components/*"],
"utils/*": ["src/utils/*"],
"styles/*": ["src/styles/*"],
}
}
}I thought this might be for discussion. Not sure of the benefits yet.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels