Files
n8n-enterprise-unlocked/packages/@n8n/nodes-langchain/tsup.config.ts
कारतोफ्फेलस्क्रिप्ट™ 14979c1106 ci: Generate sourcemaps for nodes code again (no-changelog) (#14292)
2025-04-01 10:15:39 +02:00

11 lines
240 B
TypeScript

import { defineConfig } from 'tsup';
export default defineConfig({
entry: ['{credentials,nodes,test,types,utils}/**/*.ts', '!**/*.d.ts', '!**/*.test.ts'],
format: ['cjs'],
clean: true,
dts: false,
bundle: false,
sourcemap: true,
});