fix: remove stale react paths override in tsconfig

This commit is contained in:
Adithya Vardhan 2026-08-11 16:03:32 +05:30
parent 05e76a504c
commit 520558c4e0

View file

@ -20,11 +20,7 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"paths": {
"react": ["./node_modules/@types/react"]
}
"noFallthroughCasesInSwitch": true
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]