diff --git a/tsconfig.json b/tsconfig.json index 9ed6d34b..7cb9a9dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,8 +21,7 @@ // noUnused* overlap with @typescript-eslint/no-unused-vars, can disable if duplicative "noUnusedLocals": true, "noUnusedParameters": true, - "moduleResolution": "node", - "ignoreDeprecations": "6.0", + "moduleResolution": "bundler", // transpile JSX to React.createElement "jsx": "react", // interop between ESM and CJS modules. Recommended by TS