Add jsconfig.json
This commit is contained in:
parent
eab788a782
commit
eb7545455c
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"javascript.preferences.importModuleSpecifier": "non-relative"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./js"
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
}
|
Loading…
Reference in New Issue