{
	"compilerOptions": {
		"declaration": true,
		"esModuleInterop": true,
		"lib": ["ES2023"],
		"module": "NodeNext",
		"noUnusedLocals": true,
		"noUnusedParameters": true,
		"outDir": "dist",
		"rootDir": "src",
		"skipLibCheck": true,
		"strict": true,
		"target": "ES2023"
	}
}
