novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
35 lines • 710 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"noEmitHelpers": false,
"noImplicitAny": false,
"declaration": true,
"skipLibCheck": true,
"stripInternal": true,
"strictNullChecks": false,
"skipDefaultLibCheck": true,
"allowSyntheticDefaultImports": true,
"lib": [
"dom",
"es5"
],
"typeRoots": [
"node_modules/@types"
]
},
"exclude": [
"node_modules"
],
"files": [
"./demo/custom-typings.d.ts",
"./index.ts"
],
"angularCompilerOptions": {
"genDir": "factories"
}
}