1 Star 0 Fork 4

tiandejiang/chimee

forked from Gitee 极速下载/chimee 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.test.json 672 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"typeRoots": [
"node_modules/@types",
],
"types": [
"node"
],
"lib": [
"dom",
"esnext",
],
"declaration": true
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/MichealTian/chimee.git
git@gitee.com:MichealTian/chimee.git
MichealTian
chimee
chimee
master

搜索帮助