Frontend: Set moduleResolution to bundler in TSconfig (#96450)

* build(typescript): switch module resolution to bundler for exports imports goodness

* chore: bump react-calendar and temp patch prometheus-io package

* Wip

* feat(decoupled-plugin): fix types errors in tests by including testing-library/jest-dom

* chore(betterer): pass custom tsconfig so betterer continues to run
This commit is contained in:
Jack Westbrook
2024-12-03 07:22:49 +01:00
committed by GitHub
parent 3f04989223
commit a33f16d568
14 changed files with 57 additions and 20 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"moduleResolution": "node",
"module": "commonjs"
},
"extends": "../../tsconfig.json",