fxa/packages/fxa-auth-client/tsconfig.json
Barry Chen a0b2cda909
chore(deps): upgrade react-scripts and webpack to v5
Because:
 - we want to upgrade our React/CRA packages to react-scripts and
   webpack v5

This commit:
 - upgrades react-scripts and webpack to v5 for Settings, Payments, and
   Admin Panel
   - upgrades other dependencies in order to make the react-scripts and
     webpack upgrades work
 - hybridizes fxa-auth-client and fxa-shared into dual module format
   packages
2023-07-11 13:32:40 -05:00

7 lines
104 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist/server/esm",
},
}