diff options
Diffstat (limited to 'Timeline/ClientApp/src/tsconfig.json')
-rw-r--r-- | Timeline/ClientApp/src/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/tsconfig.json b/Timeline/ClientApp/src/tsconfig.json index ec0a3fad..320253fa 100644 --- a/Timeline/ClientApp/src/tsconfig.json +++ b/Timeline/ClientApp/src/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "esnext", "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, |