jsconfig.json
Signed-off-by: skyselang <215817969@qq.com>
This commit is contained in:
parent
348b8ae8a8
commit
b8445e8ee1
|
@ -1,3 +1,4 @@
|
||||||
|
// https://code.visualstudio.com/docs/languages/javascript
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
|
@ -11,4 +12,4 @@
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"dist"
|
"dist"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue