Skip to content

Commit b2f8884

Browse files
Do not include tests and typescript declaration mappings in package (#445)
* Do not include tests and typescript declaration mappings in package * Apply suggestions from code review Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com> * R --------- Co-authored-by: Bill Collins <mrginglymus@users.noreply.github.com> Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent 2c9082a commit b2f8884

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/tsdoc-config",
5+
"comment": "Remove test files and declaration maps from the published package.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc-config"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/tsdoc",
5+
"comment": "Remove test files and declaration maps from the published package.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc"
10+
}

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)