We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d11ed commit be646a3Copy full SHA for be646a3
package.json
@@ -17,7 +17,7 @@
17
"scripts": {
18
"check-types": "tsc --noEmit",
19
"clean": "rimraf lib lib-esm",
20
- "createSchema": "typescript-json-schema --topRef --refs false ./tsconfig.json FilterXYType > FilterXYSchema.json",
+ "createSchema": "typescript-json-schema --refs false ./tsconfig.json FilterXYType > FilterXYSchema.json",
21
"eslint": "eslint src --cache",
22
"eslint-fix": "npm run eslint -- --fix",
23
"prepack": "npm run createSchema && npm run tsc",
0 commit comments