This commit is contained in:
Max Lynch
2017-02-07 12:40:50 -06:00
parent 63ab1a205e
commit 7226bcad50
4 changed files with 25 additions and 4 deletions
-23
View File
@@ -1,23 +0,0 @@
{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"stripInternal": true,
"experimentalDecorators": true,
"module": "es2015",
"moduleResolution": "node",
"outDir": "../../dist/packages-dist/",
"paths": {
"@ionic-native/core": ["../../dist/packages-dist/"]
},
"rootDir": "../../src/",
"sourceMap": true,
"inlineSources": true,
"target": "es5",
"skipLibCheck": true,
"lib": ["es2015", "dom"]
},
"files": [
"../../src/@ionic-native/plugins/{{PLUGIN}}/index.ts"
]
}