Files
VoiceAgent/tsconfig.json
Bijit Mondal 77bac597e4 init:
2026-02-13 17:33:22 +05:30

20 lines
405 B
JSON

{
"compilerOptions": {
"target": "ES2024",
"module": "commonjs",
"lib": ["ES2024"],
"types": ["node", "ws"],
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"declarationMap": true,
"sourceMap": true
},
"include": ["src/**/*"]
}