nativescript-telephony
Version:
A Nativescript plugin to get the device's SIM data (carrier name, mcc mnc, country code, telephonenumber, etc)
18 lines (16 loc) • 330 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"removeComments": true,
"experimentalDecorators": true,
"noEmitHelpers": true,
"declaration": true
},
"files": [
"demo/node_modules/tns-core-modules/tns-core-modules.d.ts",
"telephony.android.ts",
"telephony.ios.ts"
],
"compileOnSave": false
}