Files
tk-page-Fan/jsconfig.json

19 lines
278 B
JSON
Raw Permalink Normal View History

2025-04-01 13:57:54 +08:00
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
2025-04-03 20:25:25 +08:00
}