1 Star 0 Fork 1

nan_fang/zotero-better-bibtex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 790 Bytes
一键复制 编辑 原始数据 按行查看 历史
Emiliano Heyns 提交于 2020-01-01 14:50 . prep for workers
{
"compilerOptions": {
"allowUnreachableCode": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"importHelpers": true,
"target": "es2017",
"disableSizeLimit": true,
"module": "commonjs",
"noImplicitAny": false,
"removeComments": false,
"preserveConstEnums": false,
"sourceMap": false,
"downlevelIteration": true,
"resolveJsonModule": true,
"lib": [ "es2017", "dom", "webworker" ],
"typeRoots": [
"./content/typings",
"./translators/typings",
"./gen/typings",
"./node_modules/@types"
]
},
"include": [
"content/**/*",
"translators/**/*",
"zotero-webpack/**/*",
"setup/**/*",
"gen/**/*"
],
"exclude": [
"node_modules",
"**/*.spec.ts",
"typings"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/baby_AB/zotero-better-bibtex.git
git@gitee.com:baby_AB/zotero-better-bibtex.git
baby_AB
zotero-better-bibtex
zotero-better-bibtex
master

搜索帮助