mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
10 lines
201 B
JSON
10 lines
201 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["jest", "node", "@testing-library/jest-dom"],
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["src", "test"],
|
|
"exclude": []
|
|
}
|