Plugin tsconfigs

This commit is contained in:
Max Lynch
2017-02-06 17:06:59 -06:00
parent 0cce8e9ce7
commit c733127134
2 changed files with 21 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"stripInternal": true,
"experimentalDecorators": true,
"module": "es2015",
"moduleResolution": "node",
"outDir": "../../dist/packages-dist/plugins/{{PLUGIN}}",
"paths": {
"@ionic-native/core": ["../../dist/packages-dist/core"]
},
"rootDir": ".",
"sourceMap": true,
"inlineSources": true,
"target": "es5",
"skipLibCheck": true,
"lib": ["es2015", "dom"]
},
"files": [
"index.ts"
]
}