chore(root): add jsconfig to help IDEs follow imports (#12646)
Co-authored-by: Kevin Meinhardt <kmeinhardt@mozilla.com>
This commit is contained in:
Родитель
de3f4e7c34
Коммит
54c6ce391f
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"amo/*": ["src/amo/*"]
|
||||
}
|
||||
},
|
||||
"include": ["**/*"]
|
||||
}
|
Загрузка…
Ссылка в новой задаче