1 Star 0 Fork 0

韩小信/microbit-flash

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
韩小信 提交于 2024-05-18 00:40 . chore: tsconfig
{
"compilerOptions": {
"target": "es5", // 编译目标
"allowJs": false, // 允许编译JavaScript文件
"allowSyntheticDefaultImports": true, // 允许从没有设置默认导出的模块中默认导入
"esModuleInterop": true,
"declaration": true,
"declarationDir": "dist",
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"lib": ["dom", "dom.iterable", "esnext"],
"module": "UMD",
"moduleResolution": "node",
"outDir": "dist",
"skipLibCheck": true,
"strict": true,
"sourceMap": false
},
"include": ["src/**/*"],
"exclude": ["node_modules",]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hanxiaoxin/microbit-flash.git
git@gitee.com:hanxiaoxin/microbit-flash.git
hanxiaoxin
microbit-flash
microbit-flash
feat/hid

搜索帮助