{
	"compilerOptions": {
		"target": "ES2023",
		"module": "ESNext",
		"moduleResolution": "Bundler",
		"strict": true,
		"esModuleInterop": true,
		"skipLibCheck": true,
		"verbatimModuleSyntax": true,
		"noEmit": true,
		"allowImportingTsExtensions": false,
		"types": ["node"]
	},
	"include": ["workflows/**/*.ts", "lib/**/*.ts", "scripts/**/*.ts"],
	"exclude": [".build", "node_modules"]
}
