Skip to content

Commit

Permalink
attemtping to fix deployment issue Uncaught TypeError: Cannot read pr…
Browse files Browse the repository at this point in the history
…operties of undefined (reading 'createContext') at WindowProvider.js:6:28
  • Loading branch information
rjwignar committed Jun 26, 2024
1 parent 6e9274d commit aff4b30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pokecopilot-client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"module": "ESNext",
"allowJs": false,
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit aff4b30

Please sign in to comment.