Skip to content

Commit

Permalink
my god ok
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleCreativity committed Dec 13, 2024
1 parent 7a8ea38 commit 4e03f51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"files": ["dist"],
"scripts": {
"build": "tsc",
"build": "tsup",
"test": "jest",
"run": "node .",
"start": "tsc && node .",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["src/**/*.ts"],
"include": ["src/**/*"],
}
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
format: ["esm"],
dts: {
resolve: true,
entry: "src/index.ts",
entry: "src/main.ts",
},
splitting: true,
sourcemap: true,
Expand Down

0 comments on commit 4e03f51

Please sign in to comment.