Skip to content
Prev Previous commit
Next Next commit
Extend react instead of setting "jsx"
  • Loading branch information
kraenhansen committed Oct 17, 2025
commit fabfc19abf32b939213228cad7cb02cf95fd4ce1
3 changes: 1 addition & 2 deletions packages/devtools-connect/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"lib": ["es2020", "DOM"],
"module": "commonjs",
"moduleResolution": "node",
"allowJs": true,
"jsx": "react"
"allowJs": true
}
}
5 changes: 2 additions & 3 deletions packages/oidc-http-server-pages/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.common.json",
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.react.json",
"compilerOptions": {
"allowJs": true,
"jsx": "react"
"allowJs": true
}
}