chore(monorepo/client): allow top-level await

This commit is contained in:
Elian Doran 2025-04-18 10:39:35 +03:00
parent 6b73ec4c1f
commit 28a319be0b
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ES2015",
"target": "ES2017",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},