Skip to content

Commit 51a5280

Browse files
committed
build: tell TS to include only src,tests,types
1 parent adaf531 commit 51a5280

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"include": [
3+
"./src/",
4+
"./tests/",
5+
"./types/"
6+
],
27
"compilerOptions": {
38
"outDir": "./dist/",
49
"noImplicitAny": true,

0 commit comments

Comments
 (0)