17 Star 42 Fork 8

没位道 / Uix Kit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 916 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "esnext",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"moduleResolution": "node",
"isolatedModules": true,
"resolveJsonModule": true,
"noEmit": true,
"sourceMap": true,
"declaration": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"incremental": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": false,
"baseUrl": "./src",
"jsx": "react",
"paths": {
"@uixkit/core/*": ["components/*"],
"@uixkit/plugins/*": ["components/_third-party-plugins/*"]
}
},
"include": [
"src/**/*.ts", "src/**/*.tsx"
],
"exclude": [
"node_modules"
]
}
JavaScript
1
https://gitee.com/xizon/Uix-Kit.git
git@gitee.com:xizon/Uix-Kit.git
xizon
Uix-Kit
Uix Kit
master

搜索帮助