1 Star 0 Fork 0

棉花糖里没棉花 / h5-Dooring

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
yehuozhili 提交于 2020-09-24 16:44 . fix ball
{
"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
}
}
1
https://gitee.com/aichenkun/h5-Dooring.git
git@gitee.com:aichenkun/h5-Dooring.git
aichenkun
h5-Dooring
h5-Dooring
master

搜索帮助