1 Star 0 Fork 21

Leo Tian/osui

forked from gitee-fe/osui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gavin 提交于 2020-08-20 10:52 . !41 文档更新
{
"compilerOptions": {
"target": "es2018",
"module": "esnext",
"lib": [
"es2018",
"dom"
],
"jsx": "react",
"allowJs": true,
"sourceMap": true,
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"noUnusedLocals": false,
"noFallthroughCasesInSwitch": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"declaration":true,
"allowSyntheticDefaultImports": true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/leotiann/osui.git
git@gitee.com:leotiann/osui.git
leotiann
osui
osui
master

搜索帮助