Presupuestador_web/tsconfig.json

19 lines
415 B
JSON
Raw Normal View History

2024-04-23 15:29:38 +00:00
{
"compilerOptions": {
"baseUrl": ".",
/*"paths": {
"@factuges/shared": ["shared"]
},*/
"esModuleInterop": true,
"resolveJsonModule": true
},
"references": [{ "path": "./shared/tsconfig.json" }],
2024-05-16 19:40:07 +00:00
"include": [
"server/**/*.ts",
"client/**/*.ts",
"shared/**/*.ts",
"server/src/contexts/users/application/CreateUser.useCase.ts"
],
2024-04-23 15:29:38 +00:00
"exclude": ["**/node_modules"]
}