Files
planilla/conversation-layer-agent/tsconfig.json
josedario87 950404dd85
Some checks failed
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Failing after 5s
build-and-deploy / deploy (push) Has been skipped
creado planilla-agent
2025-06-05 15:40:53 -06:00

15 lines
276 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["es2020"],
"moduleResolution": "node"
},
"include": ["src"]
}