sinka/api/tsconfig.build.json
2026-09-16 04:57:09 +00:00

8 lines
165 B
JSON

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