mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-01-04 06:34:44 +08:00
10 lines
237 B
JSON
10 lines
237 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"include": ["./integration/**/*", "./support/**/*"],
|
|
"compilerOptions": {
|
|
"isolatedModules": false,
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress"]
|
|
}
|
|
}
|