Add jsconfig.json
This commit is contained in:
parent
eab788a782
commit
eb7545455c
2 changed files with 9 additions and 0 deletions
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"javascript.preferences.importModuleSpecifier": "non-relative"
|
||||
}
|
6
client/jsconfig.json
Normal file
6
client/jsconfig.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./js"
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue