{
    "extends": "../../tsconfig.json",
    "compilerOptions": {
      "declarationDir": "declarations",
      "emitDeclarationOnly": true,
      "stripInternal": true,
      "skipLibCheck": true
    },
    "include": ["src/*.ts"]
}