kiot-cordova-plugin-home-console
Version:
This plugin allows your Android app to download and install compressed updates without the Google Play Store.
19 lines • 371 B
JSON
{
"compilerOptions": {
"baseUrl": ".",
"declaration": false,
"stripInternal": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noImplicitAny": true,
"module": "es2015",
"moduleResolution": "node",
"rootDir": ".",
"target": "es5",
"skipLibCheck": true,
"lib": [
"es2015",
"dom"
]
}
}