4 Star 54 Fork 51

dgflash / oops-plugin-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "./",
"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/**/*"
]
}
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

搜索帮助