summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/tsconfig.json
blob: 11738187831237f381ea5313d229b92c961d1595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "https://json.schemastore.org/tsconfig.json",
  "extends": "@tsconfig/node22/tsconfig.json",
  "compilerOptions": {
    "outDir": "dist",
    "module": "nodenext",
    "declaration": true,
    "moduleResolution": "nodenext",
    "lib": ["es2022", "dom", "dom.iterable"]
  },
  "include": ["src"]
}