Files
ldap-identidy/apps/api/tsconfig.build.json
Bastian Wagner 45a41c2077 features
2026-07-17 14:07:04 +02:00

9 lines
182 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"removeComments": true
},
"exclude": ["src/**/*.spec.ts", "dist", "node_modules", "test"]
}