ptg-web/jsconfig.json
2025-07-23 11:10:35 +08:00

8 lines
77 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}