23 Star 160 Fork 37

6tail / lunar-typescript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
6tail 提交于 2023-04-15 21:23 . v1.6.0 多语言支持。
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"noImplicitAny": true,
"removeComments": true,
"sourceMap": true,
"outDir": "./dist",
"strict": true,
"suppressImplicitAnyIndexErrors": true
},
"exclude": [
"./.idea",
"./node_modules",
"./*.iml",
"./.DS_Store"
]
}
TypeScript
1
https://gitee.com/6tail/lunar-typescript.git
git@gitee.com:6tail/lunar-typescript.git
6tail
lunar-typescript
lunar-typescript
master

搜索帮助