Files
fefan/next/jsconfig.json
2026-01-19 11:43:59 +01:00

8 lines
73 B
JSON

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