angular-tabs-component
Version:
A full featured tab component for Angular (2 and above, including 4).
31 lines (30 loc) • 703 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "es2015",
"moduleResolution": "node",
"sourceMap": true,
"declaration": true,
"removeComments": false,
"noImplicitAny": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"pretty": true,
"stripInternal": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "./tmp/src-inlined"
},
"files": [
"./tmp/src-inlined/index.ts"
],
"angularCompilerOptions": {
"genDir": "dist",
"debug": false,
"skipTemplateCodegen": true,
"skipMetadataEmit": false,
"strictMetadataEmit": true
}
}