{ "extends": "@vigdorov/typescript-config/node", "compilerOptions": { "outDir": "./dist", "baseUrl": "./", "strict": false, "strictNullChecks": true, "noImplicitAny": false, "strictBindCallApply": false, "noFallthroughCasesInSwitch": false } }