1 Star 0 Fork 1

coolgod/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"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/huangwei616/cherry-markdown.git
git@gitee.com:huangwei616/cherry-markdown.git
huangwei616
cherry-markdown
cherry-markdown
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385