weilaizhixing_official_website/jsconfig.json
sunshaohua 78f9bdbf7f init
2024-10-21 15:59:15 +08:00

13 lines
233 B
JSON

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