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