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