go-proxy-bingai / frontend /tsconfig.node.json
wuyuncheng-26's picture
upload files from Harry-zklcdc/go-proxy-bingai
d669ddb verified
raw
history blame contribute delete
324 Bytes
{
"extends": "@tsconfig/node18/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"playwright.config.*",
"package.json"
],
"compilerOptions": {
"composite": true,
"resolveJsonModule": true,
"module": "ESNext",
"types": [
"node"
]
},
}