2 Star 0 Fork 0

quasar/fork vimium-c

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
gdh1995 提交于 2020-04-30 23:26 +08:00 . noop: smaller code using en/messages.json
{
"compilerOptions": {
"allowJs": false,
"alwaysStrict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"keyofStringsOnly": false,
"listEmittedFiles": false,
"module": "umd",
"newLine": "lf",
"noEmitHelpers": true,
"noFallthroughCasesInSwitch": false,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitUseStrict": false,
"noLib": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": ".",
"plugins": [
],
"preserveConstEnums": false,
"removeComments": false,
"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"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vue-quasar/fork-vimium-c.git
git@gitee.com:vue-quasar/fork-vimium-c.git
vue-quasar
fork-vimium-c
fork vimium-c
master

搜索帮助