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