1 Star 1 Fork 0

刘浩/mui-react-quickform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.app.json 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘浩 提交于 2024-09-02 00:30 . first commit
{
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
/* Other */
"baseUrl": ".",
"paths": {
"@": ["src"],
"@/*": ["src/*"]
}
},
"include": ["src"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Liu-Hao-Polaris/mui-react-quickform.git
git@gitee.com:Liu-Hao-Polaris/mui-react-quickform.git
Liu-Hao-Polaris
mui-react-quickform
mui-react-quickform
master

搜索帮助