Add simple config to resolve paths with VsCode
This commit is contained in:
parent
2b9f8b342b
commit
395be51826
1 changed files with 13 additions and 0 deletions
13
jsconfig.json
Normal file
13
jsconfig.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"/*": ["./*"],
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/node_modules/*"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue