mirror of
https://github.com/apache/superset.git
synced 2026-04-08 02:45:22 +00:00
10 lines
218 B
JSON
10 lines
218 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"emitDeclarationOnly": false,
|
|
"rootDir": "../../../"
|
|
},
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["**/*", "../types/**/*", "../../../types/**/*"]
|
|
}
|