1 Star 2 Fork 0

孢子组 / vite-react-ant-pro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangoboy 提交于 2021-07-18 23:35 . init
{
"compilerOptions": {
"target": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
},
"include": ["./src"]
}
JavaScript
1
https://gitee.com/SporeTeam/vite-react-ant-pro.git
git@gitee.com:SporeTeam/vite-react-ant-pro.git
SporeTeam
vite-react-ant-pro
vite-react-ant-pro
master

搜索帮助