{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "target": "ES2022",
    "jsx": "react-jsx",
    "jsxImportSource": "@kitajs/html",
    "module": "CommonJS",
    "moduleResolution": "Node",
    "outDir": "dist",
    "plugins": [{ "name": "@kitajs/ts-html-plugin" }]
  },
  "include": ["lib", "test", "types", "index.js", "examples"]
}
