aboutsummaryrefslogtreecommitdiff
path: root/.github/actions/publish-artifacts/tsconfig.json
blob: 8b4fecff8f027a68e475408c207633dd662a5066 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"compilerOptions": {
		"target": "ES2015",
		"module": "ESNext",
		"moduleResolution": "Node",
		"esModuleInterop": true,
		"forceConsistentCasingInFileNames": true,
		"strict": true,
		"skipLibCheck": true
	}
}