Presupuestador_web/server/tsconfig.eslint.json
2024-09-08 18:46:17 +02:00

14 lines
259 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["jest"],
"baseUrl": "./src",
"moduleResolution": "node",
"paths": {
"@/*": ["./src/*"],
"@shared/*": ["../shared/lib/*"]
}
},
"include": ["src", "tests"]
}