{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": "./lib",
    "rootDir": "./src",
    "noEmit": false,
    "paths": {
      "@btfuse/core": ["../../js/src/api.ts"]
    }
  },
  "references": [
    { "path": "../../js" }
  ],
  "include": [
    "./src/**/*.ts"
  ]
}
