Deep_Research_Agent / frontend /tsconfig.node.json
pikamomo's picture
Initial deployment
a60c0af
raw
history blame contribute delete
184 Bytes
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}