Files
agent-desktop/plugins/tool/computer-use/frontend/tsconfig.json
T

15 lines
269 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react",
"strict": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"noEmit": true,
"types": []
},
"include": ["src"]
}