2024-08-07 21:48:57 +08:00
|
|
|
{
|
|
|
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
|
|
|
|
"include": [
|
|
|
|
|
"vite.config.*",
|
|
|
|
|
"vitest.config.*",
|
|
|
|
|
"cypress.config.*",
|
|
|
|
|
"nightwatch.conf.*",
|
|
|
|
|
"playwright.config.*"
|
|
|
|
|
],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
2024-08-08 19:08:15 +08:00
|
|
|
"noEmit": false,
|
2024-08-07 21:48:57 +08:00
|
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "Bundler",
|
|
|
|
|
"types": ["node"]
|
|
|
|
|
}
|
|
|
|
|
}
|