1 Star 0 Fork 179

刚爬上网的猪/H5_Dooring

forked from 徐小夕/H5_Dooring 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐小夕 提交于 2021-06-07 20:01 . init
{
"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
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/galaxybamboo/h5_-dooring.git
[email protected]:galaxybamboo/h5_-dooring.git
galaxybamboo
h5_-dooring
H5_Dooring
master

搜索帮助