1 Star 0 Fork 2

ERIC/odoojs-demo-vue-antd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 685 Bytes
一键复制 编辑 原始数据 按行查看 历史
odoo3w 提交于 2024-04-17 17:52 . 1
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"strict": true,
"esModuleInterop": true,
"allowJs": true,
"checkJs": true,
"jsx": "vue",
"resolveJsonModule": true,
"skipLibCheck": true,
"allowTsInNodeModules": true,
"moduleMapType": "source-map",
"removeComments": false,
"noEmit": true,
"incremental": true,
"rootDir": "src",
"strictNullChecks": false,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src"],
"exclude": ["node_modules"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/redblow/odoojs-demo-vue-antd.git
git@gitee.com:redblow/odoojs-demo-vue-antd.git
redblow
odoojs-demo-vue-antd
odoojs-demo-vue-antd
master

搜索帮助