{
	"extends": ["./tsconfig.json", "@n8n/typescript-config/modern/tsconfig.cjs.json"],
	"compilerOptions": {
		"outDir": "dist",
		"module": "commonjs"
	},
	"include": [
		"credentials/**/*.ts",
		"credentials/translations/**/*.json",
		"nodes/**/*.ts",
		"nodes/**/*.json",
		"types/**/*.ts",
		"utils/**/*.ts"
	],
	"exclude": [
		"node_modules",
		"nodes/**/*.test.ts",
		"nodes/**/test/**",
		"credentials/**/*.test.ts",
		"credentials/**/test/**",
		"utils/**/*.test.ts",
		"test/**",
		"../core/nodes-testing"
	]
}
