Presupuestador_web/client/tsconfig.eslint.json

13 lines
227 B
JSON
Raw Normal View History

2024-06-06 11:05:54 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["jest"],
"baseUrl": "./src",
"paths": {
"@/*": ["./src/*"],
"@shared/*": ["../shared/lib/*"]
}
},
"include": ["src", "tests"]
}