summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/tsconfig.json
blob: 3ab5fcb7689048db7d479ef297926fbae66c0d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$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"],
    "composite": true,
    "rootDir": "src"
  },
  "include": ["src"]
}