1 Star 0 Fork 0

uiw / react-json-view

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2023-06-18 17:23 . init project.
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"declaration": true,
"baseUrl": "./website",
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true,
"noEmit": true
}
}
JavaScript
1
https://gitee.com/uiw/react-json-view.git
git@gitee.com:uiw/react-json-view.git
uiw
react-json-view
react-json-view
main

搜索帮助