fix(schema): add export condition for nuxt2 support

This commit is contained in:
Daniel Roe 2023-04-01 11:31:10 +01:00
parent b083493ec2
commit 1fd491f1a5

View File

@ -8,7 +8,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.mjs"
},
"./package.json": "./package.json"
},