1 Star 0 Fork 9

程序员Tom / uni-mini-router

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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 文件 */,
"allowSyntheticDefaultImports": true,
"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",
"@dcloudio/types"
] /* 类型声明文件 */
},
"include": [ /* 指定编译处理的文件列表 */
"src/*.ts",
]
}
TypeScript
1
https://gitee.com/tomgao365/uni-mini-router.git
git@gitee.com:tomgao365/uni-mini-router.git
tomgao365
uni-mini-router
uni-mini-router
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891