mirror of https://github.com/halo-dev/halo
17 lines
330 B
JSON
17 lines
330 B
JSON
{
|
|
"extends": "@tsconfig/node18/tsconfig.json",
|
|
"include": [
|
|
"vite.config.ts",
|
|
"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"]
|
|
}
|
|
}
|