22 Star 204 Fork 35

MinJieLiu/react-photo-view

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 669 Bytes
一键复制 编辑 原始数据 按行查看 历史
MinJieLiu 提交于 2022-02-27 13:15 . docs: Vercel
{
"compilerOptions": {
"target": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": true,
"strictNullChecks": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"noImplicitReturns": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"resolveJsonModule": true,
"suppressImplicitAnyIndexErrors": true,
"isolatedModules": true,
"declaration": true,
"noEmitOnError": true,
"jsx": "react"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/MinJieLiu/react-photo-view.git
git@gitee.com:MinJieLiu/react-photo-view.git
MinJieLiu
react-photo-view
react-photo-view
master

搜索帮助