代码拉取完成,页面将自动刷新
{
"compilerOptions": {
/* 基础选项 */
"target": "esnext" /* 指定 ECMAScript 目标版本:'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
"module": "esnext" /* 输出的代码使用什么方式进行模块化: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
"lib": [ /* 指定引用的标准库 */
"esnext",
"dom",
"dom.iterable",
"esnext.String"
],
"allowJs": true /* 允许编译 js 文件 */,
"removeComments": true /* 输出不包含注释 */,
/* 严格类型检查选项 */
"strict": true /* 启用所有严格类型检查选项 */,
"noImplicitAny": true /* 检查隐含 any 类型的表达式和声明 */,
"strictNullChecks": false /* 严格空检查. */,
/* 额外检查 */
"noUnusedLocals": true /* 检查无用的变量. */,
/* Module Resolution Options */
"moduleResolution": "node" /* 指定模块查找策略: 'node' (Node.js) or 'classic' (TypeScript pre-1.6) */,
"baseUrl": "./" /* 查找模块的基础目录 */,
"paths": {
"@/*": [
"src/*"
]
} /* 记录 baseUrl 的模块路径查找别名 */,
"types": [
"@types/node",
] /* 类型声明文件 */
},
"include": [ /* 指定编译处理的文件列表 */
"src/*.ts",
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。