{ "extends": "@tsconfig/recommended/tsconfig.json", "compilerOptions": { "sourceMap": true, "jsx": "react", "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "lib": [ "ES2021.String" ] }, "include": [ "src/*.ts", "src/*.tsx" ] }