1 Star 0 Fork 16

corbachen/react-mobx-ts-antd

forked from evolify/react-mobx-ts-antd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"outDir": "build/dist",
"module": "esnext",
"target": "es5",
"experimentalDecorators": true,
"lib": ["es6", "dom"],
"sourceMap": true,
"allowJs": true,
"jsx": "react",
"moduleResolution": "node",
"rootDir": "/",
"forceConsistentCasingInFileNames": false,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
"build",
"scripts",
"acceptance-tests",
"webpack",
"jest",
"src/setupTests.ts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/corbachen/react-mobx-ts-antd.git
git@gitee.com:corbachen/react-mobx-ts-antd.git
corbachen
react-mobx-ts-antd
react-mobx-ts-antd
master

搜索帮助