tsconfig.json

1{
2  "$schema": "https://json.schemastore.org/tsconfig",
3  "extends": ["@tsconfig/node20/tsconfig.json", "@tsconfig/strictest/tsconfig.json"],
4  "compilerOptions": {
5    "checkJs": true,
6    "noEmit": true
7  },
8  "include": ["main.js"]
9}