1 Star 2 Fork 1

YuZhanglong / YuJudge

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
tsconfig.json 491 Bytes
Copy Edit Raw Blame History
YuZhanglong authored 2020-07-17 12:15 . 项目初始化
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
},
"include": [
"src"
]
}
TypeScript
1
https://gitee.com/yuzhanglong/YuJudge.git
git@gitee.com:yuzhanglong/YuJudge.git
yuzhanglong
YuJudge
YuJudge
master

Search