Skip to content

Commit

Permalink
Ignore unnecessary files for typedefs in npm package. (#2123)
Browse files Browse the repository at this point in the history
Currently, after installation to `node_modules`, an error in tsconfig.json will be prompted.
like `"../../tsconfig" not found`
  • Loading branch information
btspoony authored Feb 6, 2025
1 parent 3fccbef commit d4576b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/typedefs/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*

!dist/**
!types/**
!package.json
!README.md

0 comments on commit d4576b8

Please sign in to comment.