1 Star 1 Fork 0

wit-ui/docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
typedoc.tsconfig.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
wit-ui 提交于 2个月前 . ;
{
"include": ["../pinia/src/global.d.ts", "../*/src/**/*.ts"],
"exclude": [
"../test-vue-2",
"../pinia/__tests__/test-utils.ts",
"../pinia/test-dts",
"../*/__tests__/**/*.ts",
"../*/src/*.spec.ts",
"../nuxt/playground",
"../playground",
"../online-playground",
"../nuxt/src/runtime",
"**/*.spec.ts"
],
"compilerOptions": {
"baseUrl": ".",
"rootDir": "..",
"outDir": "dist",
"sourceMap": false,
"noEmit": true,
"paths": {
"@pinia/*": ["../*/src"],
"pinia": ["../pinia/src"]
},
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"allowJs": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"strictNullChecks": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noImplicitReturns": false,
"strict": true,
"isolatedModules": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"removeComments": false,
"jsx": "preserve",
"lib": ["esnext", "dom"],
"types": ["vitest", "node", "vite/client"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wit-ui/docs.git
git@gitee.com:wit-ui/docs.git
wit-ui
docs
docs
master

搜索帮助