1 Star 0 Fork 2

arvin/MobX-JS

forked from Gitee 极速下载/MobX-JS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 650 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniel K 提交于 2020-11-06 19:45 . Migrate mobx-react-lite as package
{
"compilerOptions": {
"target": "es6",
"module": "esnext",
"moduleResolution": "node",
"lib": ["es6"],
"downlevelIteration": true,
"alwaysStrict": true,
"sourceMap": true,
"declaration": true,
"removeComments": false,
"strict": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noImplicitAny": false,
"noImplicitThis": false,
"noEmit": true,
"experimentalDecorators": true,
"useDefineForClassFields": true,
"jsx": "react",
"esModuleInterop": true
},
"exclude": ["__tests__"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tft2752/MobX-JS.git
git@gitee.com:tft2752/MobX-JS.git
tft2752
MobX-JS
MobX-JS
main

搜索帮助