kboss/f/web-kboss/jsconfig.json
2026-07-28 16:13:32 +08:00

11 lines
170 B
JSON

{
"compilerOptions": {
"baseUrl": "./",
"ignoreDeprecations": "6.0",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}