We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cceaac commit eb8e370Copy full SHA for eb8e370
1 file changed
packages/react-textarea/tsconfig.json
@@ -1,5 +1,5 @@
1
{
2
"extends": "tsconfig/react-library.json",
3
- "include": ["../react-textarea"],
4
- "exclude": ["../react-textarea/dist", "../react-textarea/build", "../react-textarea/node_modules"],
+ "include": ["."],
+ "exclude": ["dist", "build", "node_modules"],
5
}
0 commit comments