mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-01-08 00:20:43 +08:00
10 lines
213 B
JSON
10 lines
213 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
||
|
"include": ["./**/*"],
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS",
|
||
|
"preserveValueImports": false,
|
||
|
"types": ["node", "cypress/types/cypress"]
|
||
|
}
|
||
|
}
|