Skip to content

Commit

Permalink
refactor: change unimport.d.ts location
Browse files Browse the repository at this point in the history
  • Loading branch information
pnd280 committed Sep 23, 2024
1 parent d8707d5 commit 95b4f1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"./src/**/*.tsx",
"./tests/**/*.ts",
"./tests/**/*.tsx",
"./unimport.d.ts"
"./src/types/unimport.d.ts"
],
"references": [{ "path": "./tsconfig.node.json" }]
}
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineConfig(() => {
crx({ manifest }),
react(),
Unimport.vite({
dts: true,
dts: "./src/types/unimport.d.ts",
presets: [
"react",
{
Expand Down

0 comments on commit 95b4f1e

Please sign in to comment.