fix(schema): mark schema as free of side effects (#22793)

This commit is contained in:
Daniel Roe 2023-08-24 14:48:55 +01:00 committed by GitHub
parent 53f7c1dfaa
commit b633764e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
"license": "MIT",
"type": "module",
"types": "./dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",