docbrown/jsconfig.json
Nick Taylor 2bba2a6ee4
Added the @components webpack alias to the project (#12808)
* Added the @shared webpack alias to the project.

* Added some documentation.

* Fixed a copy paste error.

* Renamed @shared to @components.

* Update docs/frontend/webpacker.md

Co-authored-by: Suzanne Aitchison <suzanne@forem.com>

Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
2021-02-24 16:07:48 +01:00

11 lines
291 B
JSON

{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@crayons/*": ["app/javascript/crayons/*"],
"@utilities/*": ["app/javascript/utilities/*"],
"@components/*": ["app/javascript/shared/components/*"]
}
},
"exclude": ["node_modules", "**/node_modules/*"]
}