mirror of https://github.com/halo-dev/halo-admin
19 lines
279 B
JSON
19 lines
279 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
||
|
"include": [
|
||
|
"./integration/**/*",
|
||
|
"./support/**/*"
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"isolatedModules": false,
|
||
|
"target": "es5",
|
||
|
"lib": [
|
||
|
"es5",
|
||
|
"dom"
|
||
|
],
|
||
|
"types": [
|
||
|
"cypress"
|
||
|
]
|
||
|
}
|
||
|
}
|