{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "outDir": "_tsout",
    "erasableSyntaxOnly": true
  },
  "include": [
    "./*.cts",
    "./*.mts",
    "./*.ts"
  ],
  "references": [
    {
      "path": "./tests/tsconfig.json"
    },
    {
      "path": "./src/tsconfig.json"
    }
  ]
}
