1 Star 2 Fork 1

yunwisdom/xdata-taroui-library

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.tsconfig.json 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "es2017",
"module": "es6",
"sourceMap": true,
"importHelpers": true,
"noUnusedLocals": false,
"esModuleInterop": true,
"noImplicitAny": false,
"removeComments": false,
"strictNullChecks": true,
"preserveConstEnums": true,
"noUnusedParameters": false,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"outDir": "lib",
"baseUrl": ".",
"rootDir": ".",
"jsx": "preserve",
"jsxFactory": "h",
"allowJs": true,
"resolveJsonModule": true,
"types": [
"node",
"jest"
],
"typeRoots": [
"node_modules/@types",
"global.d.ts",
"types"
],
"paths": {
"@/mock/tarojs_components": [
"./tests/mock/tarojs_components"
],
"@/tests/helper": [
"./tests/helper"
]
}
},
"include": [
"src/components/**/*.ts"
],
"exclude": [
"node_modules/*",
"dist",
"**/*.spec.js"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yunwisdom_zhao/xdata-taroui-library.git
git@gitee.com:yunwisdom_zhao/xdata-taroui-library.git
yunwisdom_zhao
xdata-taroui-library
xdata-taroui-library
master

搜索帮助