summaryrefslogtreecommitdiff
path: root/master/server/tsconfig.json
blob: 2e98500a5532e3597e27be8572d5288a451450e7 (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
	}
}