31 Star 210 Fork 56

Gitee 极速下载 / joplin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/laurent22/joplin
克隆/下载
tsconfig.json 816 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
//"lib": ["es2015", "es2020.string", "dom", "dom.iterable"],
"alwaysStrict": true,
"forceConsistentCasingInFileNames": true,
"listEmittedFiles": false,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"sourceMap": true,
"jsx": "react",
"skipLibCheck": true,
"allowUmdGlobalAccess": true,
},
"exclude": [
"**/node_modules",
"packages/app-desktop/dist/**/*",
"packages/app-cli/tests/support/**/*",
"packages/app-cli/tests-build/**/*",
"packages/app-cli/build/**/*",
"Modules/**/*",
"packages/server/dist",
],
"ts-node": {
"preferTsExts": true
}
}
1
https://gitee.com/mirrors/joplin.git
git@gitee.com:mirrors/joplin.git
mirrors
joplin
joplin
dev

搜索帮助