diff options
Diffstat (limited to 'packages/client')
-rw-r--r-- | packages/client/tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/client/tsconfig.json b/packages/client/tsconfig.json index ed61201..eedafcb 100644 --- a/packages/client/tsconfig.json +++ b/packages/client/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "esnext", - "module": "esnext", + "target": "ES2020", + "module": "ES2020", "strict": true, "jsx": "preserve", "moduleResolution": "node", |