Skip to content

Commit 8119fc8

Browse files
committed
chore: fix typescript also building test files
1 parent 0533283 commit 8119fc8

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
@@ -1,4 +1,5 @@
11
{
2+
"include": ["./src"],
23
"compilerOptions": {
34
/* Visit https://aka.ms/tsconfig to read more about this file */
45

@@ -26,7 +27,7 @@
2627

2728
/* Modules */
2829
"module": "commonjs", /* Specify what module code is generated. */
29-
// "rootDir": "./", /* Specify the root folder within your source files. */
30+
"rootDir": "./src", /* Specify the root folder within your source files. */
3031
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
3132
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3233
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */

0 commit comments

Comments
 (0)