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