๐Ÿ“ฆ amake / prisma-validator-repro

๐Ÿ“„ tsconfig.json ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11{
  "compilerOptions": {
    "module": "ESNext",
    "moduleResolution": "node",
    "target": "ES2023",
    "strict": true,
    "esModuleInterop": true,
    "ignoreDeprecations": "6.0"
  }
}