chore: update to Node.JS v20
This commit is contained in:
parent
12ed6cf0c2
commit
7079f92414
11 changed files with 157 additions and 141 deletions
9
packages/content/tsup.config.ts
Normal file
9
packages/content/tsup.config.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { defineConfig } from "tsup"
|
||||
|
||||
export default defineConfig({
|
||||
// clean: true, // this only removes file, not folders. Using rm -rf instead
|
||||
target: "node20",
|
||||
outDir: "build",
|
||||
format: ["esm"],
|
||||
entry: ["src/index.ts"],
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue