{
	"compilerOptions": {
		"target": "es5",
		"lib": ["dom", "dom.iterable", "esnext"],
		"allowJs": true,
		"skipLibCheck": true,
		"esModuleInterop": true,
		"allowSyntheticDefaultImports": true,
		"strict": false, // Disable all strict type checks
		"forceConsistentCasingInFileNames": false,
		"noFallthroughCasesInSwitch": false,
		"module": "esnext",
		"moduleResolution": "node",
		"resolveJsonModule": true,
		"isolatedModules": false,
		"noEmit": false, // Allow emitting files
		"jsx": "react-jsx",
		"downlevelIteration": true
	},
	"exclude": ["./node_modules"],
	"include": ["./src", "**/*.ts", "**/*.tsx"]
}
