Skip to content

Commit e20898a

Browse files
committed
🔧 Changes on tsup config and .npmignore
1 parent 1d4668c commit e20898a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

‎.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ bun.lock
44
tsconfig.json
55
tsup.config.ts
66
src
7+
/tests
8+
/.github
9+
/.vscode
10+
/.git
11+
/.turbo
12+
.gitignore
13+
LICENSE
14+
package-lock.json
715

816
coverage
917
.env

‎tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ export default defineConfig({
77
shims: true,
88
skipNodeModulesBundle: true,
99
clean: true,
10+
target: 'node20',
1011
});

0 commit comments

Comments
 (0)