代码拉取完成,页面将自动刷新
{
"compilerOptions": {
"declaration": true,
"target": "esnext",
"module": "esnext",
"jsx": "preserve",
"importHelpers": true, // 从 tslib 导入辅助工具函数
"moduleResolution": "node",
"experimentalDecorators": true, // 启用装饰器
"esModuleInterop": true,
"allowSyntheticDefaultImports": true, // 允许从没有设置默认导出的模块中默认导入
"downlevelIteration": true, // 降级遍历器实现,如果目标源是es3/5,那么遍历器会有降级的实现
"noUnusedLocals": true, // 检查只声明、未使用的局部变量(只提示不报错)
"noUnusedParameters": true, // 检查未使用的函数参数(只提示不报错)
"sourceMap": false,
"removeComments": true,
"baseUrl": ".",
"typeRoots": ["./node_modules/@types/", "./node_modules/vue/types"], // 包含类型声明的文件列表
"strict": false,
"strictFunctionTypes": false,
"noImplicitAny": false, // 在表达式和声明上有隐含的 any类型时报错
"noImplicitThis": false, // 在"this"表达式上有隐含的 any类型时报错
"pretty": true, // 给错误和消息设置样式,使用颜色和上下文。
"types": ["webpack-env", "jest"],
"paths": {
"@ear-monster/*": ["packages/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
},
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。