1 Star 0 Fork 0

threeWU/通用的vue3插件库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
THrěě﹀ㄊ 提交于 2023-03-27 21:28 . init
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"target": "esnext",
"useDefineForClassFields": true,
"resolveJsonModule": true,
"module": "esnext",
"moduleResolution": "node",
// `"noImplicitThis": true` is part of `strict`
// Added again here in case some users decide to disable `strict`.
// This enables stricter inference for data properties on `this`.
"noImplicitThis": true,
"strict": true,
// For `<script setup>`
// See <https://devblogs.microsoft.com/typescript/announcing-typescript-4-5-beta/#preserve-value-imports>
"preserveValueImports": true,
"ignoreDeprecations": "5.0",
// Required in Vue projects
"jsx": "preserve",
// Required in Vite
"isolatedModules": true,
// Recommended
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"allowJs": true,
"sourceMap": true,
"lib": ["esnext", "dom"],
"skipLibCheck": true,
"removeComments": true,
"paths": {
"@/*": ["src/*"],
"#/*": ["types/*"],
"~@/*": ["build/*"]
}
},
"include": [
"packages/**/*.ts",
"packages/**/*.d.ts",
"packages/**/*.tsx",
"packages/**/*.vue"
],
"exclude": ["node_modules"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/threewu/universal-vue3-plug-in-library.git
git@gitee.com:threewu/universal-vue3-plug-in-library.git
threewu
universal-vue3-plug-in-library
通用的vue3插件库
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385