3 Star 4 Fork 5

mirrors_wangeditor-team/wangEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 650 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "es5",
"module": "ES2015",
"lib": [
"es6",
"dom",
"esnext"
],
"declaration": true,
"sourceMap": true,
"outDir": "dist",
"strict": true,
"noImplicitAny": false,
"resolveJsonModule": true,
"esModuleInterop": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"jsxFactory": "jsx", /* snabbdom jsx */
"downlevelIteration": true,
"allowJs": true
},
"exclude": [
"node_modules",
"build",
"__tests__"
],
"include": ["./tests/setup/index.ts", "./packages/custom-types.d.ts"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_wangeditor-team/wangEditor.git
[email protected]:mirrors_wangeditor-team/wangEditor.git
mirrors_wangeditor-team
wangEditor
wangEditor
master

搜索帮助