1 Star 0 Fork 0

HePing/vue-components

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
HePing 提交于 2024-05-24 14:42 . feat
{
"compilerOptions": {
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
],
"target": "esnext",
"outDir": "lib",
"declaration": true,
"module": "esnext",
"moduleResolution": "node",
"isolatedModules": false,
"experimentalDecorators": true,
"esModuleInterop": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"removeComments": true,
"suppressImplicitAnyIndexErrors": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"allowJs": true,
"jsx": "preserve",
"baseUrl": "./",
"paths": {
"@src/*": [
"src/*"
],
"tdesign-vue-next": [
"src"
],
"tdesign-vue-next/es/locale/*": [
"src/locale/*"
],
"@common/*": [
"src/_common/*"
],
"@test/utils": [
"test/utils"
]
}
},
"include": [
"./**/*.ts",
"./**/*.tsx",
"src/**/*.vue",
"scripts/rollup.config.js"
],
"exclude": [
"node_modules",
"src/_common",
"dist",
"lib",
"cjs",
"esm",
"es",
"global.d.ts"
],
"compileOnSave": false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hepingmogul/vue-components.git
git@gitee.com:hepingmogul/vue-components.git
hepingmogul
vue-components
vue-components
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385