Files
metabuilder/frontends/dbal/tsconfig.json
2026-01-03 20:17:49 +00:00

10 lines
130 B
JSON

{
"extends": "next/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}