2 Star 0 Fork 0

momoky / ccool-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
momoky 提交于 2022-01-14 02:25 . 初始化提交
{
"compilerOptions": {
"target": "esnext" ,
"module": "esnext" ,
"lib": ["esnext", "dom", "dom.iterable", "scripthost"] ,
"allowJs": true,
"checkJs": true,
"jsx": "preserve" ,
"strict": true ,
"moduleResolution": "node" ,
"baseUrl": "./packages" ,
"paths": {
"@/*": ["admin/src/*"]
},
"types": ["vite/client"] ,
"allowSyntheticDefaultImports": true ,
"esModuleInterop": true ,
"experimentalDecorators": true ,
"skipLibCheck": true ,
"forceConsistentCasingInFileNames": true
},
"exclude": [
"node_modules",
"dist",
"src/assets/**",
"**/*.js"
]
}
TypeScript
1
https://gitee.com/momoky/ccool-web.git
git@gitee.com:momoky/ccool-web.git
momoky
ccool-web
ccool-web
master

搜索帮助