Files
starr-philproperties/jsconfig.json
T
2026-05-05 23:16:22 +08:00

7 lines
76 B
JSON

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