Skip to content

Commit

Permalink
fix ts imports of /qwik and /vite
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Oct 31, 2023
1 parent c667087 commit db1da57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
2 changes: 2 additions & 0 deletions qwik/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// re-export to make TS happy when not using nodenext import resolution
export * from '../lib/index.mjs'
15 changes: 0 additions & 15 deletions qwik/package.json

This file was deleted.

2 changes: 2 additions & 0 deletions vite/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// re-export to make TS happy when not using nodenext import resolution
export * from '../lib/vite.mjs'
15 changes: 0 additions & 15 deletions vite/package.json

This file was deleted.

0 comments on commit db1da57

Please sign in to comment.