app-paqueteria-worker/tsconfig.build.json
2026-09-18 12:37:37 -04:00

8 lines
170 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}