1 Star 0 Fork 10

自知/xiuxian-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 775 Bytes
一键复制 编辑 原始数据 按行查看 历史
柠檬冲水 提交于 2024-02-04 01:29 . 增加打包配置
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"noImplicitAny": false,
"esModuleInterop": true,
"moduleResolution": "node",
"noEmit": false,
// "outDir": "dist/src",
// "declaration": true,
// "declarationDir": "dist/types",
// "composite": true,
"removeComments": true,
"preserveConstEnums": true,
"ignoreDeprecations": "5.0",
"allowJs": false,
"suppressImplicitAnyIndexErrors": true,
"typeRoots": ["node_modules/@types"]
},
"ts-node": {
"esm": true,
"transpileOnly": true,
"experimentalSpecifierResolution": "node"
},
"include": ["src", "index.d.ts"],
"exclude": [
"node_modules",
".cache",
".vscode",
"dist",
"config",
"data",
"logs"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Ke_scholar/xiuxian-plugin.git
git@gitee.com:Ke_scholar/xiuxian-plugin.git
Ke_scholar
xiuxian-plugin
xiuxian-plugin
main

搜索帮助