hero_web_try1/jsconfig.json
2025-08-03 06:15:57 +02:00

8 lines
95 B
JSON

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