468 Star 2K Fork 419

GVParesn / iview

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
aresn 提交于 2019-08-27 09:42 . update the master branch to the latest
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
},
"include": [
"types/*.ts",
],
"exclude": ["node_modules"]
}
JavaScript
1
https://gitee.com/icarusion/iview.git
git@gitee.com:icarusion/iview.git
icarusion
iview
iview
master

搜索帮助