Server/tsconfig.build.json

10 lines
130 B
JSON
Raw Permalink Normal View History

2024-11-23 00:37:22 +00:00
{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"test",
"dist",
"**/*spec.ts",
"prisma"
]
}