We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eeec39 commit e2d947dCopy full SHA for e2d947d
apps/web/tsconfig.ci.json
@@ -1,7 +1,7 @@
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
- "typeRoots": ["./node_modules/@types", "../../node_modules/@types"],
+ "typeRoots": ["./node_modules/@types"],
5
"types": ["react", "react-dom"],
6
"skipLibCheck": true
7
}
0 commit comments