1 Star 9 Fork 30

冷叔 / react-photo-view

forked from MinJieLiu / react-photo-view 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 692 Bytes
一键复制 编辑 原始数据 按行查看 历史
MinJieLiu 提交于 2019-04-07 21:49 . config
{
"compilerOptions": {
"outDir": "build",
"module": "esnext",
"target": "es5",
"lib": ["es6", "dom", "es2016", "es2017"],
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"jsx": "react",
"declaration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noImplicitThis": true,
// "noImplicitAny": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"noUnusedParameters": true
},
"include": ["src"],
"exclude": ["node_modules", "build", "dist", "example", "rollup.config.js"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sd_1212/react-photo-view.git
git@gitee.com:sd_1212/react-photo-view.git
sd_1212
react-photo-view
react-photo-view
master

搜索帮助