mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
Moving to a class-based approach
This commit is contained in:
+14
-4
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user