Commit 76da39ee authored by Wyatt Barnes's avatar Wyatt Barnes

Replace --dts npm script flag with tsup config

parent d23d8e54
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"src/" "src/"
], ],
"scripts": { "scripts": {
"build": "tsup --dts", "build": "tsup",
"lint": "prettier --check .", "lint": "prettier --check .",
"lint:fix": "prettier --write .", "lint:fix": "prettier --write .",
"test": "vitest --coverage", "test": "vitest --coverage",
......
...@@ -10,4 +10,5 @@ export default defineConfig({ ...@@ -10,4 +10,5 @@ export default defineConfig({
splitting: false, splitting: false,
sourcemap: true, sourcemap: true,
clean: false, clean: false,
dts: true
}) })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment