1 Star 3 Fork 0

baiy / Cadmin-client-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
baiy 提交于 2019-11-29 14:21 . 添加react客户端
{
"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,
"noEmit": true,
"jsx": "react",
"noImplicitAny": false,
"baseUrl": "."
},
"include": [
"src"
]
}
TypeScript
1
https://gitee.com/baiy/Cadmin-client-react.git
git@gitee.com:baiy/Cadmin-client-react.git
baiy
Cadmin-client-react
Cadmin-client-react
master

搜索帮助