Files
conversation-layer/chat-ui/tsconfig.json
2025-06-04 21:51:05 -06:00

13 lines
221 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "commonjs",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"]
}