fix: types index

This commit is contained in:
Daniel Lautzenheiser 2023-01-25 15:41:41 -05:00
parent a61a4323fd
commit 2fe4c184c6

View File

@ -33,7 +33,7 @@
"type-check": "tsc --watch"
},
"main": "dist/static-cms-core.js",
"types": "dist/index.d.ts",
"types": "dist/src/index.d.ts",
"files": [
"dist/**/*"
],