1 Star 0 Fork 0

TsMask/antdv-pro-modal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 900 Bytes
一键复制 编辑 原始数据 按行查看 历史
TsMask 提交于 2024-06-02 16:59 . feat: 初始项目框架
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"jsx": "preserve",
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true,
"jsxImportSource": "vue",
"outDir": "dist",
"typeRoots": ["./node_modules/@types"],
"baseUrl": ".",
"paths": {
"@/*": ["./playground/*"],
"antdv-pro-modal": ["./src/index.ts"]
}
},
"exclude": ["dist","node_modules"],
"include": [
"playground/**/*.ts",
"playground/**/*.tsx",
"playground/**/*.vue",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"vite-env.d.ts"
],
"references": [{ "path": "./tsconfig.node.json" }]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/TsMask/antdv-pro-modal.git
git@gitee.com:TsMask/antdv-pro-modal.git
TsMask
antdv-pro-modal
antdv-pro-modal
main

搜索帮助