add jsconfig.json
This commit is contained in:
parent
3cd0d4afb5
commit
c59a651ea3
11
jsconfig.json
Normal file
11
jsconfig.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"baseUrl": "./static",
|
||||||
|
"paths": {
|
||||||
|
"rkgk/*": [
|
||||||
|
"./*"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"target": "ES2020"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue