Skip to content

Commit deb36cd

Browse files
authored
fix: email pkg tsconfig to encompass .ts(x) files (#660)
1 parent d969b6d commit deb36cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/email/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"compilerOptions": {
44
"baseUrl": "."
55
},
6-
"include": ["./*.ts", "./*.tsx"],
6+
"include": ["./**/*.ts", "./**/*.tsx"],
77
"exclude": ["node_modules"]
88
}

0 commit comments

Comments
 (0)