mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 08:51:43 +00:00
11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"include": ["./**/*", "../support/**/*"],
|
|
"compilerOptions": {
|
|
"isolatedModules": false,
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress"]
|
|
}
|
|
}
|