Ai
6 Star 96 Fork 108

dgflash/oops-plugin-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 673 Bytes
一键复制 编辑 原始数据 按行查看 历史
dgflash 提交于 2024-10-17 22:35 +08:00 . 添加插件相关资源、文档菜单导航
{
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"isolatedModules": true,
"types": [
"./temp/declarations/cc.custom-macro",
"./temp/declarations/cc",
"./temp/declarations/jsb",
"./temp/declarations/cc.env"
]
},
"exclude": [
"assets/**/*"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/dgflash/oops-plugin-framework.git
git@gitee.com:dgflash/oops-plugin-framework.git
dgflash
oops-plugin-framework
oops-plugin-framework
master

搜索帮助