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

Replace --dts npm script flag with tsup config

parent d23d8e54
......@@ -18,7 +18,7 @@
"src/"
],
"scripts": {
"build": "tsup --dts",
"build": "tsup",
"lint": "prettier --check .",
"lint:fix": "prettier --write .",
"test": "vitest --coverage",
......
......@@ -10,4 +10,5 @@ export default defineConfig({
splitting: false,
sourcemap: true,
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