Skip to content

Commit 0a61ce1

Browse files
committed
Do not include tests and typescript declaration mappings in package
1 parent 2c9082a commit 0a61ce1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tsdoc-config/.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@
3030
# ---------------------------------------------------------------------------
3131
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
3232
# ---------------------------------------------------------------------------
33+
34+
**/__tests__
35+
*.map.d.ts

tsdoc/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@
3232
# ---------------------------------------------------------------------------
3333

3434
!/schemas/**
35+
**/__tests__
36+
*.map.d.ts

0 commit comments

Comments
 (0)