diff options
Diffstat (limited to 'packages/frontend/tsconfig.json')
| -rw-r--r-- | packages/frontend/tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/tsconfig.json b/packages/frontend/tsconfig.json index bbf9d653cf..169bd5029c 100644 --- a/packages/frontend/tsconfig.json +++ b/packages/frontend/tsconfig.json @@ -10,8 +10,8 @@ "declaration": false, "sourceMap": false, "target": "ES2022", - "module": "nodenext", - "moduleResolution": "nodenext", + "module": "ES2022", + "moduleResolution": "Bundler", "removeComments": false, "noLib": false, "strict": true, |