1 Star 0 Fork 0

美刻/jt-meike-pinxiaodashi-store

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.base.json 890 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐轲 提交于 2024-11-07 19:52 . feat: init
{
"compilerOptions": {
"target": "ESNext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
"jsx": "preserve",
"jsxImportSource": "vue",
"baseUrl": "./",
"allowJs": true,
"sourceMap": false,
"esModuleInterop": true,
"resolveJsonModule": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"experimentalDecorators": true,
"useDefineForClassFields": true,
"noImplicitAny": true,
"skipLibCheck": true,
"removeComments": true,
"noEmit": true,
"isolatedModules": true,
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"types": ["node", "unplugin-icons/types/vue", "ant-design-vue/typings/global"]
},
"exclude": ["**/node_modules/**", "**/out/**", "**/dist/**"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/meike_company/jt-meike-pinxiaodashi-store.git
git@gitee.com:meike_company/jt-meike-pinxiaodashi-store.git
meike_company
jt-meike-pinxiaodashi-store
jt-meike-pinxiaodashi-store
master

搜索帮助