weilaizhixing_official_website/jsconfig.json

13 lines
233 B
JSON
Raw Normal View History

2024-10-21 15:59:15 +08:00
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
}
}