1 Star 0 Fork 13

lineCode / react-md-editor

forked from uiw / react-md-editor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 620 Bytes
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2021-05-07 19:38 . chore: update tsconfig.json
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"declaration": true,
"baseUrl": "website",
"jsx": "react-jsx",
"typeRoots": ["node_modules/@types"],
"noFallthroughCasesInSwitch": true,
"noEmit": true
},
"include": ["website", "src", ".kktrc.ts"]
}
TypeScript
1
https://gitee.com/lineco/react-md-editor.git
git@gitee.com:lineco/react-md-editor.git
lineco
react-md-editor
react-md-editor
master

搜索帮助