AgentCoord/frontend-vue/tsconfig.node.json
zhaoweijie 1aa9e280b0 Add 'frontend-vue/' from commit '041986f5cd6e67f5367fd047c71b8107865fa5af'
git-subtree-dir: frontend-vue
git-subtree-mainline: 4fa5504697d28b537980ae9cbc3597e415cb94cb
git-subtree-split: 041986f5cd6e67f5367fd047c71b8107865fa5af
2025-11-20 09:51:44 +08:00

20 lines
414 B
JSON

{
"extends": "@tsconfig/node22/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*",
"eslint.config.*"
],
"compilerOptions": {
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
}
}