{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx", "moduleResolution": "Bundler", "module": "ESNext", } }