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