novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
35 lines • 677 B
JSON
{
"compilerOptions": {
"target": "es5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es5",
"dom"
],
"noEmitHelpers": true,
"skipDefaultLibCheck": true,
"pretty": true,
"sourceMap": true,
"strictNullChecks": false,
"allowSyntheticDefaultImports": true,
"typeRoots": [
"node_modules/@types"
]
},
"exclude": [
"node_modules",
"dist",
"factories"
],
"awesomeTypescriptLoaderOptions": {
"useWebpackText": true,
"forkChecker": true,
"useCache": true
},
"compileOnSave": false,
"buildOnSave": false,
"atom": {
"rewriteTsconfig": false
}
}