UNPKG

cordova-acoustic-mobile-push

Version:

Allows Cordova applications to integrate with Acoustic MCE Push Services

15 lines (14 loc) 310 B
{ "compilerOptions": { "module": "commonjs", "allowUmdGlobalAccess": true, "outDir": "./www/js", "lib": ["DOM", "ES2016"], "declaration": true, "declarationDir": "./types", "allowJs": false, "target": "es5" }, "include": ["./www/ts/**/*"], "exclude": ["./tests/**/*"] }