Files
ldap-identidy/apps/api/tsconfig.build.json
Bastian Wagner 201c4e03f8 logging
2026-07-17 10:50:10 +02:00

9 lines
182 B
JSON

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