1 Star 0 Fork 31

gengfangdong / koodo-reader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 705 Bytes
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2021-03-27 23:36 . fix bug
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"downlevelIteration": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react",
"noImplicitAny": false,
"noFallthroughCasesInSwitch": true
},
"include": [
"src"
],
"exclude": [
"utils"
],
"paths": {
"*": [
"./node_modules/@types",
"./types"
]
}
}
JavaScript
1
https://gitee.com/dxgfd/koodo-reader.git
git@gitee.com:dxgfd/koodo-reader.git
dxgfd
koodo-reader
koodo-reader
master

搜索帮助