mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 20:13:31 +08:00
Fix VS Code errors by setting JS version
This commit is contained in:
parent
dfad51cdec
commit
c1c64f190e
@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"*": [
|
"*": [
|
||||||
"*"
|
"*"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
}
|
"target": "es2015"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user