Skip to content

Commit af4eb14

Browse files
committed
Remove unnecessary files from npm package
1 parent 3c14ddb commit af4eb14

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
src/__tests__
22
src/__unit__
3+
src/

tsconfig-build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": "./tsconfig-base.json",
33
"include": ["./src/**/*"],
4-
"exclude": ["./src/**/__tests__/*", "./src/**/__integration__/*"]
4+
"exclude": ["./src/**/__tests__/*", "./src/**/__integration__/*", "./src/**/__unit__/*"]
55
}

0 commit comments

Comments
 (0)