generative_front/jsconfig.json
2026-02-21 11:48:59 +03:30

8 lines
73 B
JSON

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