rsnext/examples/with-fauna/jsconfig.json
2023-10-11 12:39:25 -05:00

10 lines
177 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/actions/*": ["actions/*"],
"@/components/*": ["components/*"],
"@/lib/*": ["lib/*"]
}
}
}