1 Star 0 Fork 130

我还是我 / meta2d.js_2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 618 Bytes
一键复制 编辑 原始数据 按行查看 历史
anan 提交于 2023-07-04 16:58 . modify_package.json_version
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": ".",
"outDir": "./dist",
"sourceMap": true,
"declaration": true,
"module": "esnext",
"moduleResolution": "node",
"target": "es5",
"allowJs": true,
"lib": [
"es2018",
"es2020.string",
"dom"
],
"downlevelIteration": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports":true,
"types": ["node","offscreencanvas"],
"paths": {
"@meta2d/*": ["packages/*"],
}
},
"include": ["packages/**/*"],
"exclude": ["node_modules", "dist","meta2d.js", "**/*.spec.ts"]
}
JavaScript
1
https://gitee.com/likunde_admin/meta2d.js_2.git
git@gitee.com:likunde_admin/meta2d.js_2.git
likunde_admin
meta2d.js_2
meta2d.js_2
main

搜索帮助