1 Star 0 Fork 6

861692276/editor-js

forked from 刘钧/editor-js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peter Savchenko 提交于 2020-06-03 16:17 +08:00 . Release / 2.18 (#1181)
{
"compilerOptions" : {
"sourceMap": true,
"target": "es2017",
"declaration": false,
"moduleResolution": "node", // This resolution strategy attempts to mimic the Node.js module resolution mechanism at runtime
"lib": ["dom", "es2017", "es2018"],
// allows to import .json files for i18n
"resolveJsonModule": true,
// allows to omit export default in .json files
"allowSyntheticDefaultImports": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/webstuff/editor-js.git
git@gitee.com:webstuff/editor-js.git
webstuff
editor-js
editor-js
master

搜索帮助