Files
grafana/scripts/cli/tsconfig.json
Jack Westbrook a33f16d568 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
2024-12-03 07:22:49 +01:00

12 lines
187 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"module": "commonjs"
},
"extends": "../../tsconfig.json",
"ts-node": {
"transpileOnly": true,
"swc": true
}
}