mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 15:16:04 +08:00
d123371cb9
This allows IDEs to resolve imports under `discourse/tests`
15 lines
398 B
JSON
15 lines
398 B
JSON
{
|
|
"extends": "../../../../jsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"discourse/*": ["./app/*"],
|
|
"discourse/tests/*": ["./tests/*"],
|
|
"discourse-common/*": ["../discourse-common/addon/*"],
|
|
"pretty-text/*": ["../pretty-text/addon/*"],
|
|
"select-kit/*": ["../select-kit/addon/*"],
|
|
"wizard/*": ["../wizard/addon/*"],
|
|
}
|
|
},
|
|
}
|