Skip to content

Commit

Permalink
build: enforce strict .dts output
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 19, 2023
1 parent 9bdad6c commit d4f3a59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export default defineConfig(<UserConfig>{
dts({
entryRoot: "./src",
exclude: ["src/**/*.test.ts", "test/**"],
pathsToAliases: true
pathsToAliases: true,
strictOutput: true
})
]
});

0 comments on commit d4f3a59

Please sign in to comment.