fix AoT support and add publish script

This commit is contained in:
Ibby
2017-02-16 22:00:06 -05:00
parent 1b1a0e99e8
commit 87b5327a42
5 changed files with 72 additions and 19 deletions
+2 -6
View File
@@ -4,6 +4,7 @@
"declaration": true,
"stripInternal": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "es2015",
"moduleResolution": "node",
"outDir": "../../../dist/packages-dist/",
@@ -11,16 +12,11 @@
"@ionic-native/core": ["../../../dist/packages-dist/@ionic-native/core"]
},
"rootDir": "../../../src/",
"sourceMap": true,
"inlineSources": true,
"target": "es5",
"skipLibCheck": true,
"lib": ["es2015", "dom"]
},
"files": [
"../../../src/@ionic-native/plugins/{{PLUGIN}}/index.ts"
],
"angularCompilerOptions": {
"genDir": "aot"
}
]
}