Skip to content

Commit d52b9df

Browse files
committed
Add tsconfig.json to all package .npmignore files
1 parent 9208302 commit d52b9df

File tree

7 files changed

+16
-14
lines changed

7 files changed

+16
-14
lines changed

packages/dynamodb-auto-marshaller/.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
*.spec.js
77
*.spec.js.map
88

9+
tsconfig.json
910
tsconfig.test.json

packages/dynamodb-batch-iterator/.npmignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*.spec.d.ts
66
*.spec.js
77
*.spec.js.map
8-
*.integ.d.ts
9-
*.integ.js
10-
*.integ.js.map
118

9+
tsconfig.json
1210
tsconfig.test.json

packages/dynamodb-data-mapper-annotations/.npmignore

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,9 @@
22
/node_modules
33
/coverage
44

5-
*.fixture.d.ts
6-
*.fixture.js
7-
*.fixture.js.map
8-
9-
*.integ.d.ts
10-
*.integ.js
11-
*.integ.js.map
12-
135
*.spec.d.ts
146
*.spec.js
157
*.spec.js.map
168

9+
tsconfig.json
1710
tsconfig.test.json

packages/dynamodb-data-mapper/.npmignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*.spec.d.ts
66
*.spec.js
77
*.spec.js.map
8-
*.integ.d.ts
9-
*.integ.js
10-
*.integ.js.map
118

9+
tsconfig.json
1210
tsconfig.test.json

packages/dynamodb-data-marshaller/.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
*.spec.js
77
*.spec.js.map
88

9+
tsconfig.json
910
tsconfig.test.json

packages/dynamodb-expressions/.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
*.spec.js
77
*.spec.js.map
88

9+
tsconfig.json
910
tsconfig.test.json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/src
2+
/node_modules
3+
/coverage
4+
5+
*.spec.d.ts
6+
*.spec.js
7+
*.spec.js.map
8+
9+
tsconfig.json
10+
tsconfig.test.json

0 commit comments

Comments
 (0)