Files
docmost_custom/server/tsconfig.build.json
T

5 lines
97 B
JSON
Raw Normal View History

2023-08-03 17:04:35 +01:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}