Ai
1 Star 0 Fork 2

lyf/ react-vite-js-tailwindcss-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jsconfig.json 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
漫长的白日梦 提交于 2023-03-08 17:39 +08:00 . feat:新增全屏功能
{
"compilerOptions": {
"module": "commonjs",
"target": "ESNext",
"jsx": "react",
"allowJs": true,
"noEmit": true,
"resolveJsonModule": true,
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"baseUrl": "./src",
"checkJs": false,
"paths": {
"@/*": ["./*"]
}
},
"exclude": ["node_modules", "**/node_modules/*", "dist", "**/dist/*"],
"include": ["src/**/*"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lyfxh/react-vite-js-tailwindcss-template.git
git@gitee.com:lyfxh/react-vite-js-tailwindcss-template.git
lyfxh
react-vite-js-tailwindcss-template
react-vite-js-tailwindcss-template
master

搜索帮助