chore(): update angular build scripts

This commit is contained in:
Adam Bradley
2018-03-26 16:31:40 -05:00
parent dddaee1719
commit a1eabecc61
14 changed files with 4178 additions and 1268 deletions

View File

@@ -4,8 +4,10 @@
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"jsxFactory": "h",
"lib": [
"dom",
"es2017"
@@ -20,8 +22,8 @@
"pretty": true,
"removeComments": false,
"rootDir": "src",
"sourceMap": true,
"target": "es2015"
"strictPropertyInitialization": false,
"target": "es2017"
},
"files": [
"src/index.ts"