mirror of
https://github.com/apache/superset.git
synced 2026-04-13 13:18:25 +00:00
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"extends": "../../../tsconfig.options.json",
|
|
"include": ["**/*"],
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"types": ["jest", "node"]
|
|
}
|
|
}
|