{
	"compilerOptions": {
		"moduleResolution": "Bundler",
		"target": "ESNext",
		"module": "ESNext",
		"strict": true,
		"verbatimModuleSyntax": true,
		"allowJs": true,
		"checkJs": true,
		"resolveJsonModule": true,
		"skipLibCheck": true,
		"types": ["./worker-configuration.d.ts"],
		"lib": ["esnext"]
	},
	"include": ["./src/**.ts", "./tests/**.ts", "./worker-configuration.d.ts"],
	"exclude": ["./node_modules/**"]
}
