8 Star 5 Fork 24

Discuz/discuz-fe-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 651 Bytes
一键复制 编辑 原始数据 按行查看 历史
muguang146 提交于 2021-11-30 11:29 . feat: project
{
"compilerOptions": {
"jsx": "react",
"experimentalDecorators": true,
"moduleResolution": "node",
"module": "commonjs",
"target": "es5",
"rootDir": ".",
"lib": ["es2017", "dom"],
"importHelpers": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"outDir": ".ts-out",
"sourceMap": true,
"paths": {},
"allowJs": true,
"checkJs": true,
"downlevelIteration": true,
"esModuleInterop": true
},
"include": ["./packages/discuz-design/components", "./packages/discuz-design/extends", "./packages/discuz-design/utils", "./packages/discuz-design/"],
"compileOnSave": false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Discuz/discuz-fe-core.git
git@gitee.com:Discuz/discuz-fe-core.git
Discuz
discuz-fe-core
discuz-fe-core
master

搜索帮助