feat(jsconfig): create json file and set baseUrl flag

This commit is contained in:
wanhose 2020-05-16 16:31:41 +02:00
parent 8939d1243d
commit 58f52777bd

5
jsconfig.json Normal file
View File

@ -0,0 +1,5 @@
{
"compilerOptions": {
"baseUrl": "src"
}
}