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