Add 'frontend-vue/' from commit '041986f5cd6e67f5367fd047c71b8107865fa5af'

git-subtree-dir: frontend-vue
git-subtree-mainline: 4fa5504697
git-subtree-split: 041986f5cd
This commit is contained in:
zhaoweijie
2025-11-20 09:51:44 +08:00
80 changed files with 10694 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"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"]
}
}