{
	"compilerOptions": {
		"noEmit": true,
		"target": "ESNext",
		"jsx": "react-jsx",
		"module": "ESNext",
		"esModuleInterop": true,
		"forceConsistentCasingInFileNames": true,
		"strict": true,
		"skipLibCheck": true
	}
}
