1 Star 0 Fork 5

mslsoftware/Evajs

forked from Gitee 极速下载/Evajs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 970 Bytes
一键复制 编辑 原始数据 按行查看 历史
李冬杰 提交于 2021-04-15 16:40 . release: v1.0.3-mini.4
{
"compilerOptions": {
"rootDir": ".",
"baseUrl": ".",
"outDir": "dist/types",
"target": "ES5",
"module": "ES6",
"moduleResolution": "node",
"allowJs": true,
"noUnusedLocals": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"removeComments": false,
"noEmitHelpers": true,
"importHelpers": true,
"sourceMap": false,
"downlevelIteration": true,
"noImplicitReturns": false,
"noUnusedParameters": true,
"allowSyntheticDefaultImports": true,
"lib": [
"esnext",
"dom"
],
"types": [
"jest",
"node"
],
"paths": {
"@eva/miniprogram-*": [
"packages/eva-miniprogram-*/lib"
],
"@eva/eva.js": [
"packages/eva.js/lib"
],
"@eva/*": [
"packages/*/lib"
]
}
},
"include": [
"packages/global.d.ts",
"packages/*/lib",
"packages/*/__tests__"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jsmth/Evajs.git
git@gitee.com:jsmth/Evajs.git
jsmth
Evajs
Evajs
feat/ali-miniprogram

搜索帮助