We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ea67c commit 4ea9fd7Copy full SHA for 4ea9fd7
web/tsconfig.json
@@ -16,6 +16,7 @@
16
"noEmit": true,
17
"jsx": "react-jsx"
18
},
19
- "include": ["src"],
+ "include": ["**/*.ts", "**/*.tsx"],
20
+ "exclude": ["node_modules"],
21
"references": [{ "path": "./tsconfig.node.json" }]
22
}
0 commit comments