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