Fred Kim
Results
1
issues of
Fred Kim
I am using [Node 16 + ESM + Strictest](https://github.com/tsconfig/bases#node-16--esm--strictest-tsconfigjson) for my tsconfig.json ```json { "$schema": "https://json.schemastore.org/tsconfig", "display": "Node 16 + ESM + Strictest", "compilerOptions": { "lib": [ "es2021" ], "module":...
bug
upstream:typescript
upstream:node