blog-ui/packages/shared/tsconfig.node.json
zhouhongshuo ca9430f82c 初始化
2024-08-25 23:46:05 +08:00

10 lines
218 B
JSON

{
"extends": "@tsconfig/node18/tsconfig.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
"compilerOptions": {
"composite": true,
"module": "ESNext",
"types": ["node"]
}
}