aboutsummaryrefslogtreecommitdiff
path: root/packages/server/tsconfig.json
blob: 8e44465dd89b8391d34fb64c494b2148897cfe06 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"compilerOptions": {
		"target": "es5",
		"module": "commonjs",
		"outDir": "dist",
		"strict": true,
		"esModuleInterop": true,
		"skipLibCheck": true,
		"forceConsistentCasingInFileNames": true
	}
}