Files
ldap-identidy/apps/api/tsconfig.build.json
Bastian Wagner 3e5348b7ec initial
2026-07-15 14:09:28 +02:00

8 lines
115 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"removeComments": true
}
}