mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
fix(schema): mark schema as free of side effects (#22793)
This commit is contained in:
parent
53f7c1dfaa
commit
b633764e0d
@ -5,6 +5,7 @@
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user