- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
22 lines
483 B
JSON
22 lines
483 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"noLib": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es6",
|
|
"sourceMap": false,
|
|
"outDir": "./dist",
|
|
"rootDir": "./lib",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"lib/**/*"
|
|
],
|
|
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "e2e"]
|
|
}
|