tiefen_space_web/jsconfig.json

8 lines
73 B
JSON
Raw Normal View History

2024-01-03 01:07:16 +08:00
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}