{
  "$schema": "https://json.schemastore.org/tsconfig",
  "compilerOptions": {
    "target": "ES6",
    "module": "CommonJS",
    "moduleResolution": "Node",
    "allowJs": true,
    "noEmitOnError": true,
    "strict": true,
    "esModuleInterop": true,
    "outDir": "./lib",
    "downlevelIteration": true,
    "declaration": true,
    "declarationDir": "./lib/types",
    "stripInternal": true,
  },
  "include": [
    "src/**/*"
  ],
  "exclude": [
    "node_modules",
    "src/crypto/modules/WebCryptoModule/**/*",
    "src/crypto/modules/web.ts",
    "src/file/modules/web.ts",
    "src/transport/subscription-worker/**/*",
    "src/transport/titanium-transport.ts",
    "src/transport/web-transport.ts",
    "src/nativescript/**/*",
    "src/titanium/**/*",
    "src/web/**/*"
  ]
}
