{
	"compilerOptions": {
		"outDir": "build",
		"sourceMap": true,
		"target": "ES2022",
		"lib": ["DOM", "DOM.Iterable", "ES2019"],
		"strict": true,
		"stripInternal": true,
		"module": "ES6",
		"moduleResolution": "Bundler",
		"allowSyntheticDefaultImports": true,
		"declaration": true,
		"noImplicitAny": false
	},
	"include": ["src"]
}
