diff --git a/manifest.d.ts b/manifest.d.ts new file mode 100644 index 0000000..518ce23 --- /dev/null +++ b/manifest.d.ts @@ -0,0 +1 @@ +export default Record; diff --git a/package.json b/package.json index b8c8d1c..e022c0f 100644 --- a/package.json +++ b/package.json @@ -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": {