1 Star 0 Fork 0

jiruixin/pinia

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 986 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"include": [
"packages/pinia/src/global.d.ts",
"packages/*/src/**/*.ts",
"packages/*/__tests__/**/*.ts"
],
"exclude": ["packages/test-vue-2", "packages/pinia/__tests__/test-utils.ts"],
"compilerOptions": {
"baseUrl": ".",
"rootDir": ".",
"outDir": "dist",
"sourceMap": false,
"noEmit": true,
"paths": {
"@pinia/*": ["packages/*/src"],
"pinia": ["packages/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,
"resolveJsonModule": true,
"esModuleInterop": true,
"removeComments": false,
"jsx": "preserve",
"lib": ["esnext", "dom"],
"types": ["jest", "node", "vite/client"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiruixin/pinia.git
git@gitee.com:jiruixin/pinia.git
jiruixin
pinia
pinia
docs/wwads

搜索帮助

0d507c66 1850385 C8b1a773 1850385