1 Star 0 Fork 0

ywbingchuan / cherry-markdown

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 795 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiawei7913 提交于 2022-02-14 15:42 . feat: add commonmark test suites
{
"compilerOptions": {
// "noEmit": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"baseUrl": ".",
"allowJs": true,
"checkJs": true,
"declaration": true,
"declarationDir": "dist/types",
"emitDeclarationOnly": true,
// "outFile": "types/cherry-markdown.d.ts",
"outDir": "dist/types",
"target": "ES5",
"paths": {
"@/*": [
"src/*"
],
"~types/*": [
"types/*"
],
},
"resolveJsonModule": true,
"esModuleInterop": true,
},
"include": [
"src/index.js",
"src/index.core.js",
"src/index.engine.js",
],
"exclude": [
"**/node_modules/**",
"src/libs/**/*",
"dist"
],
"files": [
"types/codemirror.d.ts",
"types/global.d.ts"
]
}
1
https://gitee.com/ywbingchuan/cherry-markdown.git
git@gitee.com:ywbingchuan/cherry-markdown.git
ywbingchuan
cherry-markdown
cherry-markdown
bugfix/emphasis-performance-issue

搜索帮助