diff options
author | crupest <crupest@outlook.com> | 2020-06-11 23:15:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-11 23:15:10 +0800 |
commit | 532775219a11817cea0f5c44c9bbcc99d815a884 (patch) | |
tree | 7025158d81076aabd42bd864217bf3c07cca2128 /Timeline/ClientApp/src/tsconfig.json | |
parent | cf6cfe87b46a2a3eb2913209092ab4c5639e75c3 (diff) | |
download | timeline-532775219a11817cea0f5c44c9bbcc99d815a884.tar.gz timeline-532775219a11817cea0f5c44c9bbcc99d815a884.tar.bz2 timeline-532775219a11817cea0f5c44c9bbcc99d815a884.zip |
feat(front): Application upgrade ui.
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, |