agentVerse / ui /tsconfig.json
AgentVerse's picture
first commit
670a607
Invalid JSON: Expected double-quoted property name in JSON at line 6, column 5
{
"compilerOptions": {
"target": "es5",
"moduleResolution": "node",
"lib": ["ESNext", "dom"],
},
"include": [
"./src/**/*"
]
}