1 Star 0 Fork 5

紫木蓝星/camunda_modeler_logicflowify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"noEmit": true,
"isolatedModules": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"plugins": [{ "name": "typescript-plugin-css-modules" }]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zmlx/camunda_modeler_logicflowify.git
git@gitee.com:zmlx/camunda_modeler_logicflowify.git
zmlx
camunda_modeler_logicflowify
camunda_modeler_logicflowify
master

搜索帮助