{ "extends": "@nhcarrigan/typescript-config", "compilerOptions": { "outDir": "./prod", "rootDir": ".", "jsx": "react-jsx", "lib": ["ES2022", "DOM", "DOM.Iterable"], "target": "ES2022" }, "exclude": ["test/**/*.ts", "test/**/*.tsx"] }