1
1
mirror of https://github.com/twentyhq/twenty.git synced 2024-12-21 10:51:50 +03:00
twenty/server/tsconfig.build.json
2022-12-01 15:58:08 +01:00

5 lines
97 B
JSON

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