www_ourverse_new/jsconfig.json
2024-08-26 14:14:34 +02:00

8 lines
77 B
JSON

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