/ tsconfig.json
tsconfig.json
 1  {
 2      "compilerOptions": {
 3        "module": "ESNext",                                  /* Specify what module code is generated. */
 4        "moduleResolution": "node",  
 5        "esModuleInterop": true,
 6        "target": "ES2022",
 7        "sourceMap": true,
 8        "outDir": "dist",
 9      },
10      "lib": ["ES2022"]
11  }