1 Star 0 Fork 25

bella/Oasis-Engine

forked from oasis-engine/engine 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
郭磊 提交于 2021-01-25 14:13 . Init code.
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"skipDefaultLibCheck": true,
"declaration": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"declarationDir": "types",
"sourceMap": true,
"baseUrl": "./",
"emitDeclarationOnly": true,
"skipLibCheck": true,
"paths": {
"@/*": ["src/*"] // 配置模块别名,对于 chair 项目需做更改,见下文
}
},
"exclude": ["node_modules", "types", "packages/*/tests"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/bellacode/Oasis-Engine.git
git@gitee.com:bellacode/Oasis-Engine.git
bellacode
Oasis-Engine
Oasis-Engine
main

搜索帮助