mirror of https://github.com/halo-dev/halo
10 lines
218 B
JSON
10 lines
218 B
JSON
![]() |
{
|
||
|
"extends": "@tsconfig/node18/tsconfig.json",
|
||
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"types": ["node"]
|
||
|
}
|
||
|
}
|