We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb1290 commit 0698166Copy full SHA for 0698166
tools/build.js
@@ -8,7 +8,7 @@ import glob from 'fast-glob'
8
const OUT_DIR = 'dist'
9
await rm(OUT_DIR, { force: true, recursive: true })
10
11
-const entryPointsESM = await glob('src/**/*.ts', { ignore: ['**/*.test.ts'] })
+const entryPointsESM = await glob('src/**/*.ts', { ignore: ['**/*.test.ts', '**/templates/*.ts'] })
12
const entryPointsCJS = await glob('src/**/*.cts')
13
14
/**
0 commit comments