Skip to content

Commit 562b46c

Browse files
committed
chore: minor changes to tsconfigs
1 parent 287b74e commit 562b46c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"include": ["src/lib"],
3-
"exclude": ["src/lib/connection*.ts"],
43
"compilerOptions": {
54
"declaration": true,
65
"declarationMap": true,

tsconfig.server.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"include": ["src"],
23
"compilerOptions": {
34
"declaration": true,
45
"declarationMap": true,

0 commit comments

Comments
 (0)