Origit Console
main payments-api/tsconfig.json
12 lines · 221 bytes sha256 4cd414233b1d17c436c3 hours ago
{
  "compilerOptions": {
    "strict": true,
    "target": "ES2022",
    "module": "commonjs",
    "outDir": "dist",
    "rootDir": "src",
    "esModuleInterop": true,
    "skipLibCheck": true
  },
  "include": ["src"]
}