16 Star 251 Fork 42

novel/e-icon-picker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 804 Bytes
一键复制 编辑 原始数据 按行查看 历史
novel 提交于 2024-02-19 11:35 . 修改配置
{
"compilerOptions": {
"outDir": "lib",
"baseUrl": ".",
"target": "es2018",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": false,
"resolveJsonModule": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"allowImportingTsExtensions": true,
"skipLibCheck": true,
"removeComments": false,
"rootDir": ".",
"lib": [
"esnext",
"dom"
],
"types": [
"vite/client",
"node"
],
"plugins": [
{
"name": "@vuedx/typescript-plugin-vue"
}
],
"paths": {
"@e-icon-picker/*": ["packages/*"]
}
},
"include": [
"packages/**",
"docs/**"
],
"exclude": [
"node_modules",
"node_module/**",
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cnovel/e-icon-picker.git
git@gitee.com:cnovel/e-icon-picker.git
cnovel
e-icon-picker
e-icon-picker
ts

搜索帮助