We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d969b6d commit deb36cdCopy full SHA for deb36cd
packages/email/tsconfig.json
@@ -3,6 +3,6 @@
3
"compilerOptions": {
4
"baseUrl": "."
5
},
6
- "include": ["./*.ts", "./*.tsx"],
+ "include": ["./**/*.ts", "./**/*.tsx"],
7
"exclude": ["node_modules"]
8
}
0 commit comments