mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
10 lines
153 B
JSON
10 lines
153 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": [],
|
|
"types": ["node", "jsdom"]
|
|
}
|
|
}
|