639 Star 4.1K Fork 805

GVPDCloud / uni-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.node.json 357 Bytes
一键复制 编辑 原始数据 按行查看 历史
fxy060608 提交于 2023-04-13 20:23 . wip(uts): compiler
{
"compilerOptions": {
"target": "ES2020",
"moduleResolution": "node",
"strict": true,
"declaration": false,
"noUnusedLocals": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"outDir": "dist",
"module": "commonjs",
"lib": [
"ESNext"
],
"sourceMap": false,
"skipLibCheck": true
}
}
JavaScript
1
https://gitee.com/dcloud/uni-app.git
git@gitee.com:dcloud/uni-app.git
dcloud
uni-app
uni-app
next

搜索帮助