Skip to content

Commit 747e6f5

Browse files
committed
fix: tsconfig
1 parent 42ee1f8 commit 747e6f5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../tsconfig.json"
3+
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"resolveJsonModule": true,
1313
"types": ["node"]
1414
},
15-
"include": ["src/**/*", "tests/**/*"]
15+
"include": ["src/**/*"]
1616
}

0 commit comments

Comments
 (0)