Files
hermes-agent/ui-tui/tsconfig.json

17 lines
324 B
JSON
Raw Normal View History

2026-04-02 19:06:42 -05:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"lib": ["ES2022"],
"types": ["node"],
"strict": true,
"esModuleInterop": true,
"outDir": "dist",
"rootDir": "src",
"skipLibCheck": true
},
"include": ["src"]
}