3 Star 3 Fork 0

RYMCU/rymcu-ihex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
ferried 提交于 2020-09-19 23:25 . :tada:(all): add ihex
{
"compileOnSave": true,
"exclude": [
"node_modules"
],
"include": [
"src"
],
"compilerOptions": {
"outDir": "./dist",
"importHelpers": true,
"noImplicitAny": true,
"sourceMap": true,
"declaration": true,
"esModuleInterop": true,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"module": "umd",
"target": "es5",
"typeRoots": [
"./node_modules/@types"
],
"lib": [
"es5",
"es6",
"es2015",
"es7",
"es2016",
"es2017",
"es2018",
"es2019",
"es2020",
"esnext",
"dom",
"dom.iterable",
"es2015.core",
"es2015.collection",
"es2015.generator",
"es2015.iterable",
"es2015.promise",
"es2015.proxy",
"es2015.reflect",
"es2015.symbol",
"es2015.symbol.wellknown",
"es2016.array.include",
"es2017.object",
"es2017.intl",
"es2017.sharedmemory",
"es2017.string",
"es2017.typedarrays",
"es2018.asynciterable",
"es2018.intl",
"es2018.promise",
"es2018.regexp",
"es2019.array",
"es2019.object",
"es2019.string",
"es2019.symbol",
"es2020.string",
"es2020.symbol.wellknown",
"esnext.asynciterable",
"esnext.array",
"esnext.bigint",
"esnext.intl",
"esnext.symbol"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/rymcu/rymcu-ihex.git
git@gitee.com:rymcu/rymcu-ihex.git
rymcu
rymcu-ihex
rymcu-ihex
master

搜索帮助