summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/tsconfig.json
blob: e86e08fdf221df02eac082aa4ef62e82408eb6f2 (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": {
    "outDir": "dist",
    "module": "preserve",
    "declaration": true,
    "moduleResolution": "bundler",
    "lib": ["es2022", "dom", "dom.iterable"],
    "customConditions": ["development"]
  },
  "include": ["src"]
}