1 Star 0 Fork 174

xzy123 / nutui

forked from 京东零售 / nutui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
richard 提交于 2021-09-07 14:00 . chore: tsconfig add skipLibCheck
{
"compilerOptions": {
"baseUrl": ".",
"rootDir": ".",
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": false,
"declaration": false,
"removeComments": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["esnext", "dom"],
"outDir": "./tsc/test",
"types": ["vite/client", "jest"],
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["./node_modules","src/sites/mobile-taro"]
}
JavaScript
1
https://gitee.com/xzy258/nutui.git
git@gitee.com:xzy258/nutui.git
xzy258
nutui
nutui
next

搜索帮助