diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index f8972062..62a8a353 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -13,11 +13,12 @@ // "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "preserve", - "jsxImportSource": "react", + "jsx": "react", "baseUrl": ".", "paths": { - "@/*": ["./*"] + "@/*": ["./*"], + "react": [ "./node_modules/@types/react" ] + }, "plugins": [ {