Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit b20ffd9

Browse files
authored
Merge pull request #61 from dubisdev/fix-remove-tests-from-distribution
fix test publish
2 parents 26accdf + d2c2b83 commit b20ffd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,6 @@
9797
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
9898
"skipLibCheck": true /* Skip type checking all .d.ts files. */
9999
},
100+
"include": ["src"],
100101
"exclude": ["src/__tests__/**"]
101102
}

0 commit comments

Comments
 (0)