Moving to a class-based approach

This commit is contained in:
Max Lynch
2015-11-25 11:44:58 -06:00
parent e455e8ebcf
commit 188079fdef
16 changed files with 163 additions and 38 deletions
+14 -4
View File
@@ -8,10 +8,20 @@
"sourceMap": false,
"declaration": true
},
"files": [
"src/index.ts"
"filesGlob": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
]
}
],
"files": [
"src/cordova.ts",
"src/index.ts",
"src/plugin-config.ts",
"src/plugins/camera.ts",
"src/util.ts"
],
"atom": {
"rewriteTsconfig": true
}
}