Presupuestador_web/server/tsconfig.eslint.json

13 lines
227 B
JSON
Raw Normal View History

2024-04-23 15:29:38 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["jest"],
"baseUrl": "./src",
"paths": {
"@/*": ["./src/*"],
"@shared/*": ["../shared/lib/*"]
}
},
"include": ["src", "tests"]
}