diff --git a/app/tsconfig.json b/app/tsconfig.json index 1b91a51..d2847b8 100644 --- a/app/tsconfig.json +++ b/app/tsconfig.json @@ -14,6 +14,11 @@ "module": "esnext", "target": "es2017", "jsx": "react", + "paths": { + "react": [ + "./node_modules/@types/react" + ] + }, "types": [ "react" ],