mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* 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
12 lines
187 B
JSON
12 lines
187 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"module": "commonjs"
|
|
},
|
|
"extends": "../../tsconfig.json",
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"swc": true
|
|
}
|
|
}
|