Presupuestador_web/server/tsconfig.eslint.json
2024-07-16 19:17:52 +02:00

14 lines
261 B
JSON

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