nativescript-opentok-arth
Version:
Integrates OpenTok for NativeScript.
42 lines • 1.12 kB
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"dom"
],
"sourceMap": true,
"pretty": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noEmitHelpers": true,
"noEmitOnError": false,
"noImplicitAny": false,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noFallthroughCasesInSwitch": true,
"typeRoots": [
"./node_modules/@types",
"./node_modules"
],
"types": [
]
},
"files": [
"node_modules/tns-core-modules/tns-core-modules.d.ts",
"node_modules/tns-platform-declarations/ios/ios.d.ts",
"node_modules/tns-platform-declarations/android/android17.d.ts",
"opentok.android.ts",
"opentok.ios.ts"
],
"exclude": [
"demo",
"node_modules"
],
"compileOnSave": false
}