11 Star 30 Fork 3

小弟调调 / idoc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2023-06-11 05:53 . chore: remove source map files.
{
"$schema": "http://json.schemastore.org/tsconfig",
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"noImplicitAny": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"sourceMap": false,
"outDir": "lib",
"baseUrl": "./"
},
"include": ["src"],
"exclude": ["lib"]
}
NodeJS
1
https://gitee.com/jaywcjlove/idoc.git
git@gitee.com:jaywcjlove/idoc.git
jaywcjlove
idoc
idoc
master

搜索帮助