KH_OfficialWebsite/jsconfig.json
wangchengming 074522d16b 初始化
2024-12-13 10:45:57 +08:00

13 lines
233 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
}
}