23 Star 183 Fork 78

Gitee 极速下载 / h5-dooring

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/MrXujiang/h5-Dooring
克隆/下载
tsconfig.json 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐小夕 提交于 2023-12-08 23:50 . :new:simple version publish
{
"compilerOptions": {
"target": "es5",
"module": "ESNext",
"moduleResolution": "node",
"jsx": "react",
"baseUrl": ".",
"strict": true,
"importHelpers": true,
"sourceMap": true,
"lib": ["dom", "dom.iterable", "esnext"],
"paths": {
"@/*": ["src/*"],
"@@/*": ["src/.umi/*"],
"components/*": ["src/components/*"],
"utils/*": ["src/utils/*"],
"assets/*": ["src/assets/*"]
},
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"noEmit": true,
"skipLibCheck": true
}
}
HTML/CSS
1
https://gitee.com/mirrors/h5-dooring.git
git@gitee.com:mirrors/h5-dooring.git
mirrors
h5-dooring
h5-dooring
master

搜索帮助