CoolFace
Apppublic

duqing026/visual-lowcode-chinese

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
tsconfig.node.json10 linesDownload Raw Back to root
1{2  "compilerOptions": {3    "composite": true,4    "module": "ESNext",5    "moduleResolution": "Node",6    "allowSyntheticDefaultImports": true7  },8  "include": ["vite.config.ts"]9}10