Files
superset2/superset-frontend/plugins/legacy-plugin-chart-world-map/test/tsconfig.json
JUST.in DO IT 960da53633 fix(world-map): reset hover highlight on mouse out (#37716)
Co-authored-by: Arunodoy18 <arunodoy630@gmail.com>
(cherry picked from commit a04571fa20)
2026-02-27 20:29:21 -08:00

9 lines
160 B
JSON

{
"extends": "../../../tsconfig.options.json",
"include": ["**/*"],
"compilerOptions": {
"esModuleInterop": true,
"types": ["jest", "node"]
}
}