summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/tsconfig.json
blob: 6c5919a918b3f4637da635ffb74dfe70d08379d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "$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"
    ],
    "customConditions": [
      "development"
    ]
  },
  "include": [
    "src"
  ]
}