Skip to content

Commit 5150b74

Browse files
committed
chore(tsconfig): include scripts
1 parent 3ed6833 commit 5150b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.node.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"extends": [
33
"@importantimport/tsconfig/node.json"
44
],
5-
"include": ["**/*.config.ts"]
5+
"include": ["**/*.config.ts", "**/scripts/*.ts"]
66
}

0 commit comments

Comments
 (0)