tydata-webview/jsconfig.json

9 lines
116 B
JSON
Raw Permalink Normal View History

2025-01-20 16:39:00 +08:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}