PPTist/tsconfig.node.json
zxc 58e81c4227 Revert "chore: 依赖升级"
This reverts commit 1188555f958eb820cb6e2ff3b38853cb884e9ad1.
2024-09-15 11:35:00 +08:00

18 lines
341 B
JSON

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