Skip to content

Commit

Permalink
Merge pull request #122 from fargito/chore/exclude-config-files
Browse files Browse the repository at this point in the history
chore: exclude dev config files
  • Loading branch information
ThomasAribart committed Sep 26, 2023
2 parents 93aed0a + 01d7930 commit c8a83fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "json-schema-to-ts",
"version": "2.9.2",
"description": "Infer typescript types from your JSON schemas!",
"files": [
"lib"
],
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
Expand Down

0 comments on commit c8a83fb

Please sign in to comment.