5 Star 0 Fork 0

iBizStudio/studio-runtime

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
千反田丷 提交于 2022-05-24 16:38 . change: 变更编译成果物目录
{
"compilerOptions": {
"module": "ESNext",
"target": "ES2017",
"lib": [
"DOM",
"ES2020"
],
"outDir": "dist",
"declarationDir": "dist",
"rootDir": "src",
"moduleResolution": "node",
"sourceMap": false,
"declaration": true,
"declarationMap": true,
"strict": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"experimentalDecorators": true
},
"include": [
"src/**/*",
],
"exclude": [
"node_modules",
"test"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iBizStudio/studio-runtime.git
git@gitee.com:iBizStudio/studio-runtime.git
iBizStudio
studio-runtime
studio-runtime
main

搜索帮助