summaryrefslogtreecommitdiff
path: root/tools/vscode/tsconfig.json
blob: 56c433fea075f34de6c0b7e75819a9f9650dbe64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

{
	"extends": "./tsconfig.base.json",
	"files": [],
	"include": [],
	"references": [
		{
			"path": "./packages/client"
		},
		{
			"path": "./packages/server"
		}
	]
}