web_ppt / frontend /tsconfig.node.json
CatPtain's picture
Upload 2 files
8b74857 verified
raw
history blame contribute delete
380 Bytes
{
"compilerOptions": {
"composite": true,
"noEmit": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"],
"allowSyntheticDefaultImports": true,
"strict": true,
"target": "ES2022"
},
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
]
}