1 Star 0 Fork 0

骑单车的河马/geek-h5

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
tsconfig.json 572 Bytes
Copy Edit Raw Blame History
骑单车的河马 authored 2022-01-18 21:43 . 02做到移动端适配
{
"extends": "./path.tsconfig.json",
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
"src"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a-hippo-on-a-bicycle/geek-h5.git
git@gitee.com:a-hippo-on-a-bicycle/geek-h5.git
a-hippo-on-a-bicycle
geek-h5
geek-h5
master

Search