Skip to content

Commit

Permalink
855401f fix: backports from v2 (#6202)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed May 1, 2024
1 parent 1be1369 commit c8e0306
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"skipLibCheck": true,
"incremental": true,
"isolatedModules": true,
"types": ["vite/client"]
"types": ["vite/client"],
"paths": {
"@qwik-client-manifest": ["../../qwik/src/server/server-modules.d.ts"]
}
},
"include": ["src"]
}

0 comments on commit c8e0306

Please sign in to comment.