3 Star 5 Fork 2

Elwin / EZLCP-PC端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Elwin 提交于 2023-03-09 18:05 . 初始提交
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"baseUrl": ".",
"allowJs": true,
"outDir": "./dist",
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"experimentalDecorators": true,
"noImplicitAny": false,
"skipLibCheck": true,
"paths": {
"@/*": ["src/*"]
},
"types": [
"@intlify/vite-plugin-vue-i18n/client",
"vite/client",
"element-plus/global",
"@types/intro.js",
"@types/qrcode",
"vite-plugin-svg-icons/client",
"unplugin-vue-define-options"
],
"typeRoots": ["./node_modules/@types/", "./types"]
},
"include": ["src/**/*", "types/**/*.d.ts", "mock/**/*.ts"],
"exclude": ["dist", "node_modules"]
}
TypeScript
1
https://gitee.com/IElwin/ezlcp-pc.git
git@gitee.com:IElwin/ezlcp-pc.git
IElwin
ezlcp-pc
EZLCP-PC端
master

搜索帮助