1 Star 0 Fork 57

DJ / joplin

forked from Gitee 极速下载 / joplin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.dev.json 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
Laurent Cozic 提交于 2020-06-24 23:13 . Tools: Fixed build
{
"extends": "./tsconfig",
"compilerOptions": {
// There's currently a bug in Electron that makes it fail to load the source maps
// (it tries to load them from the root of the app even though they are in
// sub-folders). So to have source maps anyway in dev, we use inline source maps.
// https://github.com/electron/electron/issues/22996
"sourceMap": false,
"inlineSourceMap": true
}
}
1
https://gitee.com/dang050/joplin.git
git@gitee.com:dang050/joplin.git
dang050
joplin
joplin
master

搜索帮助