Fix types export in @strapi/logger (#16199)

This commit is contained in:
Josh 2023-03-24 08:09:12 +00:00 committed by GitHub
parent 8363a89ca2
commit 448573cada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
}
],
"main": "./dist/index.js",
"types": "./dist/index.ts",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],