{ "extends": "@tsconfig/node22/tsconfig.json", "compilerOptions": { "rootDir": "./src/", "outDir": "./lib", // Environment Settings // See also https://aka.ms/tsconfig/module, "esModuleInterop": true } }