Files
wukuang/docs/tsconfig.node.json
T

21 lines
454 B
JSON
Raw Normal View History

2026-05-23 14:05:22 +08:00
{
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "bundler",
"types": ["node"],
"allowImportingTsExtensions": true,
"noEmit": true
},
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*",
"eslint.config.*"
]
}