diff options
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 238655f..89d8d5a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { // Enable latest features "lib": ["ESNext", "DOM"], - "target": "ESNext", + "target": "ES2019", "module": "ESNext", "moduleDetection": "force", "jsx": "react-jsx", |
