summaryrefslogtreecommitdiff
path: root/tools/vscode/packages/server/tsconfig.json
blob: 7b2ff1ea275210ba78924a2db42146e7f4b94577 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "outDir": "dist",
    "rootDir": "src"
  },
  "include": ["src"],
  "exclude": ["node_modules"]
}