qnc-webview-tob/jsconfig.json

9 lines
116 B
JSON
Raw Normal View History

2025-03-08 15:26:04 +08:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}