sinka/api/tsconfig.build.json
2026-09-15 21:10:42 -03:00

8 lines
158 B
JSON

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