mirror of https://github.com/halo-dev/halo-admin
15 lines
239 B
JSON
15 lines
239 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
||
|
"include": [
|
||
|
"./**/*"
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS",
|
||
|
"preserveValueImports": false,
|
||
|
"types": [
|
||
|
"node",
|
||
|
"cypress/types/cypress"
|
||
|
]
|
||
|
}
|
||
|
}
|