Files
planilla/agent/tsconfig.json
josedario87 2dd8ac6d5c
All checks were successful
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 6s
build-and-deploy / deploy (push) Successful in 25s
cambiado nombre del directorio
2025-06-05 15:41:32 -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"]
}