Skip to content

Commit be646a3

Browse files
committed
chore: fix schema generation
closes: #17
1 parent d4d11ed commit be646a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"check-types": "tsc --noEmit",
1919
"clean": "rimraf lib lib-esm",
20-
"createSchema": "typescript-json-schema --topRef --refs false ./tsconfig.json FilterXYType > FilterXYSchema.json",
20+
"createSchema": "typescript-json-schema --refs false ./tsconfig.json FilterXYType > FilterXYSchema.json",
2121
"eslint": "eslint src --cache",
2222
"eslint-fix": "npm run eslint -- --fix",
2323
"prepack": "npm run createSchema && npm run tsc",

0 commit comments

Comments
 (0)