1K Star 5.3K Fork 1.6K

GVP大漠穷秋 / NiceFish

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 509 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
},
"exclude": [
"node_modules",
]
}
TypeScript
1
https://gitee.com/mumu-osc/NiceFish.git
git@gitee.com:mumu-osc/NiceFish.git
mumu-osc
NiceFish
NiceFish
master

搜索帮助