当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
118 Star 295 Fork 86

田较瘦 / we-vue
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
田较瘦 提交于 2019-02-27 18:19 . unit test
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
],
"allowJs": true,
"sourceMap": true,
"outDir": "./dist",
"downlevelIteration": true,
"strict": true,
"jsx": "preserve",
"noUnusedLocals": true,
"noImplicitReturns": true,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"importHelpers": true,
"declaration": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"types": [
"jest"
]
},
"exclude": [
"node_modules"
]
}
JavaScript
1
https://gitee.com/tianyong/we-vue.git
git@gitee.com:tianyong/we-vue.git
tianyong
we-vue
we-vue
master

搜索帮助