summaryrefslogtreecommitdiff
path: root/packages/server/tsconfig.json
blob: b0b6e0679a1203e63f231e81664fe59f7c38b676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": "dist",
    "rootDir": ".",
    "lib": ["DOM", "DOM.Iterable", "ES2020"],
    "module": "Node16",
    "target": "ES2022",
    "composite": true
  },
  "exclude": ["node_modules", "dist"]
}