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