mirror of
https://github.com/apache/superset.git
synced 2026-07-27 17:12:36 +00:00
Co-authored-by: Arunodoy18 <arunodoy630@gmail.com>
(cherry picked from commit a04571fa20)
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"extends": "../../../tsconfig.options.json",
|
|
"include": ["**/*"],
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"types": ["jest", "node"]
|
|
}
|
|
}
|