2 Star 2 Fork 2

ineo6 / git-master

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
ineo6 提交于 2022-03-31 17:13 . style: update code style
{
"compilerOptions": {
/* for manifest/index.js */
"allowJs": true,
"target": "es5",
/* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"module": "esnext",
/* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"jsx": "react",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"removeComments": true,
/* Do not emit comments to output. */
"noEmit": false,
/* Do not emit outputs. */
"noEmitOnError": true,
"esModuleInterop": true,
"isolatedModules": true,
/* Strict Type-Checking Options */
"strict": true,
"noFallthroughCasesInSwitch": true,
/* Report errors for fallthrough cases in switch statement. */
/* Additional Checks */
"allowSyntheticDefaultImports": true,
"noUnusedParameters": true,
/* Report errors on unused parameters. */
"noImplicitReturns": true,
/* Report error when not all code paths in function return a value. */
"useDefineForClassFields": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
/* Module Resolution Options */
"moduleResolution": "node",
"resolveJsonModule": true,
"declaration": false,
"pretty": true,
"newLine": "lf",
"stripInternal": true,
"noUnusedLocals": true,
"useUnknownInCatchVariables": false,
"baseUrl": ".",
"paths":{
"@/*": ["./src/*"]
}
},
"include": [
"src/**/*",
"src/manifest/index.js"
],
"exclude": [
"node_modules"
],
"files": [
"typings/index.d.ts"
]
}
JavaScript
1
https://gitee.com/ineo6/git-master.git
git@gitee.com:ineo6/git-master.git
ineo6
git-master
git-master
master

搜索帮助