Skip to content

Commit 51cc77c

Browse files
natemoo-reghostdevv
andcommitted
apply @ghostdevv review suggestions from PR #35
Co-Authored-By: ghostdevv <ghostdevbusiness@gmail.com>
1 parent b63d955 commit 51cc77c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tasks/build-npm.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ await build({
2020
typeCheck: false,
2121
compilerOptions: {
2222
lib: ["ESNext"],
23-
target: "ES2022",
24-
sourceMap: false,
25-
declarationMap: false,
2623
},
24+
skipSourceOutput: true,
2725
package: {
2826
name: "clayterm",
2927
version,
@@ -41,6 +39,7 @@ await build({
4139
node: ">= 22",
4240
},
4341
sideEffects: false,
42+
type: "module",
4443
files: ["esm"],
4544
},
4645
});

0 commit comments

Comments
 (0)