Skip to content

Commit

Permalink
fix: fixing typecheck for test config file
Browse files Browse the repository at this point in the history
  • Loading branch information
garydex committed May 23, 2024
1 parent 5452587 commit 8c947cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playground/config/packages/tsconfig-paths/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
// @ts-ignore
import { array } from '@test/siblings'
// @ts-ignore
import { foo } from '@test/wildcard/foo'

export default {
Expand Down

0 comments on commit 8c947cb

Please sign in to comment.