18 Star 153 Fork 15

gdh1995 / Vimium C

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.base.json 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"allowJs": false,
"alwaysStrict": true,
"downlevelIteration": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"keyofStringsOnly": false,
"listEmittedFiles": false,
"module": "amd",
"moduleResolution": "node",
"newLine": "lf",
"noEmitHelpers": true,
"noFallthroughCasesInSwitch": false,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitUseStrict": false,
"noLib": true,
"noUncheckedIndexedAccess": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noPropertyAccessFromIndexSignature": true,
"outDir": ".",
"plugins": [
],
"preserveConstEnums": false,
"removeComments": false,
"resolveJsonModule": true,
"rootDir": ".",
"skipDefaultLibCheck": true,
"strict": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictPropertyInitialization": false,
"target": "es2017",
"tsBuildInfoFile": "scripts/.ts.build",
"typeRoots": ["typings"],
"types": ["base", "lib", "build"]
},
"exclude": [
".*",
"**/*.json",
"dist",
"**/node_modules",
"**/.*/",
"**/scripts",
"test*",
"weidu"
]
}
TypeScript
1
https://gitee.com/gdh1995/vimium-c.git
git@gitee.com:gdh1995/vimium-c.git
gdh1995
vimium-c
Vimium C
master

搜索帮助