ohn/jsconfig.json
2025-03-02 19:08:32 +07:00

8 lines
73 B
JSON

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