nativescript-contacts-picker
Version:
A NativeScript plugin to pick contacts
21 lines (19 loc) • 568 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"removeComments": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"pretty": true,
"declaration": true
},
"files": [
"node_modules/tns-core-modules/tns-core-modules.d.ts",
"node_modules/tns-platform-declarations/tns-core-modules/android17.d.ts",
"node_modules/tns-platform-declarations/tns-core-modules/ios.d.ts",
"node_modules/tns-platform-declarations/tns-core-modules/org.nativescript.widgets.d.ts",
"contacts-picker.ios.ts"
],
"compileOnSave": false
}