1 Star 0 Fork 147

第十人i/meta2d.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
SignDawn 提交于 2022-06-09 11:13 . marked type
{
"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,
"paths": {
"@topology/*": ["packages/*"],
}
},
"include": ["packages/**/*"],
"exclude": ["node_modules", "dist","topology.js", "**/*.spec.ts"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/EightDoor/meta2d.js.git
[email protected]:EightDoor/meta2d.js.git
EightDoor
meta2d.js
meta2d.js
main

搜索帮助