We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e026779 commit d40cafdCopy full SHA for d40cafd
packages/flows-ai/tsconfig.json
@@ -1,8 +1,3 @@
1
{
2
- "extends": "../../tsconfig.json",
3
- "exclude": [
4
- "**/*.test.ts",
5
- "**/*.spec.ts",
6
- "**/test/**"
7
- ]
+ "extends": "../../tsconfig.json"
8
}
packages/flows-ai/tsup.config.ts
@@ -1,7 +1,7 @@
import { defineConfig } from 'tsup'
export default defineConfig({
- entry: ['./src/**/*.ts'],
+ entry: ['./src/**/!(*test).ts'],
format: ['cjs', 'esm'],
target: 'node20',
splitting: false,
0 commit comments