Tech4biz-channel/Channel-Backend/tsconfig.json
2026-07-09 09:31:15 +05:30

14 lines
276 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}