it-tools/cypress/plugins/tsconfig.json

10 lines
213 B
JSON
Raw Normal View History

2022-03-31 06:33:29 +08:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["./**/*"],
"compilerOptions": {
"module": "CommonJS",
"preserveValueImports": false,
"types": ["node", "cypress/types/cypress"]
}
}