{ "extends": "@nhcarrigan/typescript-config", "compilerOptions": { "module": "ESNext", "moduleResolution": "bundler", "allowImportingTsExtensions": true, "noEmit": true, "lib": ["ES2020", "DOM", "DOM.Iterable"], "jsx": "react-jsx" }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }] }