{
	"compilerOptions": {
		"module": "Node16",
		"rootDir": "./lib",
		"outDir": "build",
		"noUnusedParameters": true,
		"noUnusedLocals": true,
		"removeComments": true,
		"sourceMap": true,
		"strict": true,
		"target": "ES2022",
		"declaration": true,
		"skipLibCheck": true
	},
	"include": [
		"lib/**/*.ts"
	],
	"exclude": [
		"node_modules"
	]
}
