innotec-materials
Version:
Innotec Materials is an UI framework who's desgined for all products of Innotec GmbH. Innotec Materials is based on Angular 2 an bootstrap.
24 lines (22 loc) • 450 B
JSON
{
"compilerOptions": {
"removeComments": true,
"noImplicitAny": false,
"module": "commonjs",
"target": "es5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"declaration": true,
"sourceMap": true,
"moduleResolution": "node",
"rootDir": ".",
"lib": ["es2015", "dom"]
},
"exclude": [
"node_modules",
"demo",
"components/**/*.*",
"gulp-tasks",
"**/*.*spec.ts"
]
}