3 Star 9 Fork 0

cwxyz007/vscode-hexo-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jerry 提交于 2024-01-06 18:34 +08:00 . fix: typedef error
{
"compilerOptions": {
"experimentalDecorators": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "esnext",
"outDir": "out",
"lib": ["esnext"],
"sourceMap": true,
"rootDir": "src",
"strict": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"skipLibCheck": true,
"verbatimModuleSyntax": true
},
"exclude": ["node_modules", ".vscode-test"],
"include": ["src", "typings"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cwxyz007/vscode-hexo-utils.git
git@gitee.com:cwxyz007/vscode-hexo-utils.git
cwxyz007
vscode-hexo-utils
vscode-hexo-utils
main

搜索帮助