UNPKG

onesignal-web-sdk

Version:

Web push notifications from OneSignal.

35 lines (33 loc) 749 B
{ // This file is used when runing yarn run build:* "compilerOptions": { "allowJs": true, "checkJs": false, "diagnostics": false, "forceConsistentCasingInFileNames": true, "importHelpers": false, "module": "ES5", "moduleResolution": "node", "noEmitHelpers": false, "pretty": true, "skipDefaultLibCheck": true, "skipLibCheck": true, "sourceMap": true, "outDir": "../bundles", "sourceRoot": "../..", "rootDir": "../..", "baseUrl": "./", "esModuleInterop": true, "types": [ "node" ], "lib": [ "es6", "dom", "dom.iterable", "scripthost" ], "target": "ES5", "mapRoot": "build/ts-to-es6" } }