3 Star 0 Fork 0

李云龙 / G组考核项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.node.json 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
余仙林 提交于 2024-04-22 00:05 . init
{
"extends": "@tsconfig/node20/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
}
}
JavaScript
1
https://gitee.com/xunhuanli2022/assessment-items-for-group-g.git
git@gitee.com:xunhuanli2022/assessment-items-for-group-g.git
xunhuanli2022
assessment-items-for-group-g
G组考核项目
master

搜索帮助