Files
docmost-ryan/apps/server/tsconfig.build.json
2024-01-09 18:58:26 +01:00

6 lines
101 B
JSON

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