{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "emitDeclarationOnly": true,
    "declaration": true,
    "declarationMap": true,
    "stripInternal": true,
    "declarationDir": "dist.d",
    "removeComments": false     /* to keep annotations */
  },
  "include": [
    "src/**.ts"
  ]
}
