aboutsummaryrefslogtreecommitdiff
path: root/packages/typescript-config/base.json
blob: 1bb1881d303c832faf5a5da828c9d345bf7e3e98 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
	"compilerOptions": {
		"target": "ES2022",
		"strict": true,
		"esModuleInterop": true,
		"skipLibCheck": true,
		"forceConsistentCasingInFileNames": true
	}
}