twenty/packages/twenty-server/tsconfig.build.json
2023-12-10 18:10:54 +01:00

5 lines
97 B
JSON

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