Skip to content

Commit b73682c

Browse files
committed
Include all files in test directory for typescript compiler to resolve
1 parent 747f219 commit b73682c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"skipLibCheck": true
1313
},
1414
"exclude": ["node_modules", "/src/types/*"],
15-
"include": ["src/**/*.ts"]
15+
"include": ["src/**/*.ts", "test/**/*.ts"]
1616
}

0 commit comments

Comments
 (0)