{
  "extends": "../../tsconfig.build.json",

  "compilerOptions": {
    "outDir": "./build",
    // FIXME https://github.com/hyperledger/aries-framework-javascript/pull/327
    "skipLibCheck": true,
    "types": ["react-native"]
  },

  "include": ["src/**/*"]
}
