Forked from
Eclipse Projects / xfsc / Organization Credential Manager / OCM-Engine
357 commits behind the upstream repository.
-
Konstantin Tsabolov authoredKonstantin Tsabolov authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tsconfig.production.json 287 B
{
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": false,
"removeComments": true,
"declaration": false,
"sourceMap": false,
"baseUrl": ".",
"outDir": "./dist",
"rootDir": "./src"
},
"exclude": ["node_modules", "dist", "**/*spec.ts"]
}