{
	"compilerOptions": {
		"allowJs": true,
		"allowSyntheticDefaultImports": true,
		"checkJs": true,
		"declaration": true,
		"declarationDir": "types",
		"declarationMap": true,
		"emitDeclarationOnly": true,
		"exactOptionalPropertyTypes": true,
		"lib": [ "ES2020" ],
		"module": "Node16",
		"noPropertyAccessFromIndexSignature": true,
		"noUncheckedIndexedAccess": true,
		"outDir": "silences wrong TS error, we don't compile, we only typecheck",
		"rootDir": "src",
		"skipLibCheck": true,
		"strict": true,
		"target": "ESNext"
	},
	"include": [ "**/*.js" ]
}