1 Star 0 Fork 0

刘立喜/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
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/BrookLieu/joplin.git
git@gitee.com:BrookLieu/joplin.git
BrookLieu
joplin
joplin
master

搜索帮助