{
	"extends": "./tsconfig.json",
	"compilerOptions": {
		"module": "CommonJS",
		"esModuleInterop": true,
		"allowSyntheticDefaultImports": true,
		"types": [
			"node",
			"vitest/globals"
		]
	},
	"ts-node": {
		"esm": true,
		"compilerOptions": {
			"module": "ESNext"
		}
	}
}