Skip to content

Commit 2c24ff8

Browse files
committed
Do not include tests into tsconfig because it will screw up the build
1 parent 69f1da4 commit 2c24ff8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
}
1919
},
2020
"include": [
21-
"./src/**/*",
22-
"./tests/**/*"
21+
"./src/**/*"
2322
]
2423
}

0 commit comments

Comments
 (0)