Skip to content

Commit 3a2a683

Browse files
authored
chore: make sure that tools are typechecked (#1239)
1 parent 511f749 commit 3a2a683

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
@@ -11,5 +11,5 @@
1111
"resolveJsonModule": true,
1212
"forceConsistentCasingInFileNames": true
1313
},
14-
"include": ["src/**/*"]
14+
"include": ["src/**/*", "tools/**/*"]
1515
}

0 commit comments

Comments
 (0)