2026-04-13 17:32:58 +08:00
|
|
|
{
|
|
|
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
|
|
|
|
"include": [
|
|
|
|
|
"vite.config.*",
|
|
|
|
|
"vitest.config.*",
|
|
|
|
|
"cypress.config.*",
|
|
|
|
|
"nightwatch.conf.*",
|
2026-07-10 10:37:52 +08:00
|
|
|
"playwright.config.*",
|
|
|
|
|
"build/**/*.ts",
|
|
|
|
|
"build/**/*.d.ts",
|
|
|
|
|
"src/types/**/*.d.ts"
|
2026-04-13 17:32:58 +08:00
|
|
|
],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"noEmit": false,
|
|
|
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "Bundler",
|
|
|
|
|
"types": ["node"]
|
|
|
|
|
}
|
|
|
|
|
}
|