{
	"extends": [
		"@n8n/typescript-config/tsconfig.common.json",
		"@n8n/typescript-config/tsconfig.backend.json"
	],
	"compilerOptions": {
		"outDir": "dist",
		"preserveSymlinks": true,
		// TODO: remove all options below this line
		"useUnknownInCatchVariables": false,
		"types": ["node"]
	},
	"include": ["commands/**/*.ts", "src/**/*.ts"]
}
