{ "extends": "@sindresorhus/tsconfig", "compilerOptions": { "noEmit": true, "target": "ES2019", // Node.js 12 "lib": [ "ES2020", "DOM" ] }, "exclude": [ "test-d/**/*" ] }