{
  "references": [
    {
      "path": "./tsconfig.build.json"
    },
    {
      "path": "./tsconfig.test.json"
    }
  ],
  "include": ["**/*.ts"],
  "exclude": ["node_modules"],
  "compilerOptions": {
    "module": "nodenext"
  }
}