{ "extends": "@vigdorov/typescript-config/node", "compilerOptions": { "module": "nodenext", "moduleResolution": "nodenext", "resolvePackageJsonExports": true, "target": "ES2023", "outDir": "./dist", "baseUrl": "./", "strictNullChecks": true, "noImplicitAny": false, "strictBindCallApply": false, "strictPropertyInitialization": false, "noFallthroughCasesInSwitch": false } }