Skip to content

Commit

Permalink
test(types): fix ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFedaikin committed Jan 22, 2023
1 parent 0998949 commit 2a3d90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
include: ['src/**/*.ts']
},
typecheck: {
include: ['**/*.type.{test,spec}.{ts,js}']
include: ['src/**/*.type.{test,spec}.{ts,js}']
}
}
})

0 comments on commit 2a3d90a

Please sign in to comment.