summaryrefslogtreecommitdiff
path: root/master/server/tsconfig.json
blob: 13b863f15a37280d244f5a3dae3ebd2861ce080b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"compilerOptions": {
		"baseUrl": "src",
		"module": "CommonJS",
		"target": "ES2020",
		"strict": true,
		"esModuleInterop": true,
		"moduleResolution": "node",
		"skipLibCheck": false,
		"forceConsistentCasingInFileNames": true
	}
}