9router/gitbook/jsconfig.json
2026-05-11 11:50:24 +07:00

8 lines
93 B
JSON

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