3 Star 22 Fork 6

不如摸鱼去 / wot-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 820 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"resolveJsonModule": true,
"noImplicitAny": false,
"importHelpers": true,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"sourceMap": false,
"skipLibCheck": true,
"baseUrl": ".",
"types": [
"@dcloudio/types",
"miniprogram-api-typings",
"mini-types",
"wot-design-uni/global.d.ts"
],
"paths": {
"@/*": [
"./src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"exclude": [
"node_modules",
"unpackage",
"src/**/*.nvue"
],
}
TypeScript
1
https://gitee.com/wot-design-uni/wot-starter.git
git@gitee.com:wot-design-uni/wot-starter.git
wot-design-uni
wot-starter
wot-starter
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891