Files
metabuilder/frontends/dbal/tsconfig.json

10 lines
130 B
JSON

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