Skip to content

Commit

Permalink
fix: Add manifest typings
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Dec 25, 2023
1 parent 7d7465f commit d5ec4cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifest.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default Record<string, string>;
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"types": "./build/index.server.d.ts",
"default": "./build/server/app.js"
},
"./manifest": "./build/client/manifest.json",
"./manifest": {
"types": "./manifest.d.ts",
"default": "./build/client/manifest.json"
},
"./styles": "./build/client/app.css"
},
"dependencies": {
Expand Down

0 comments on commit d5ec4cc

Please sign in to comment.