Skip to content

Commit 9aa888e

Browse files
committed
reset tsconfig to last workin commit
1 parent 675f038 commit 9aa888e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@
3636
"include": [
3737
"src/**/*.ts",
3838
"src/**/*.js",
39+
"test/**/*.ts",
40+
"test/**/*.js"
3941
],
4042
"exclude": [
4143
"node_modules",
4244
"**/*.spec.ts",
4345
"dist",
44-
"test"
4546
]
4647
}

0 commit comments

Comments
 (0)