Files
ci_cd_kniaz/tsconfig.json
21_KnjazkinSO c0339b2446
All checks were successful
CI / build (push) Successful in 29s
fix error
2026-05-10 17:09:14 +03:00

15 lines
303 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"types": ["jest", "node"],
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}