Presupuestador_web/tsconfig.json
2024-04-23 17:29:38 +02:00

14 lines
332 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
/*"paths": {
"@factuges/shared": ["shared"]
},*/
"esModuleInterop": true,
"resolveJsonModule": true
},
"references": [{ "path": "./shared/tsconfig.json" }],
"include": ["server/**/*.ts", "client/**/*.ts", "shared/**/*.ts"],
"exclude": ["**/node_modules"]
}