SEMS-on-device-server/jsconfig.json
2024-09-11 19:06:44 +08:00

8 lines
73 B
JSON

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