mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix unit test live
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
"composite": true,
|
||||
"rootDir": "src",
|
||||
"outDir": "lib",
|
||||
"baseUrl": "."
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@superset-ui/core/components": ["../../packages/superset-ui-core/src/components"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*", "types/**/*"],
|
||||
"exclude": ["lib", "test"],
|
||||
|
||||
Reference in New Issue
Block a user