diff options
author | Joris | 2022-09-04 21:51:40 +0200 |
---|---|---|
committer | Joris | 2022-09-04 21:51:40 +0200 |
commit | 57a1076a18ac82e603ffa9fc78f960ee373895d5 (patch) | |
tree | 800e66f532ccf823277fee5a894a68077b397d83 /tsconfig.json | |
parent | 5df9270538bfcc08c9726887c7b8f54eec894dce (diff) |
Improve build tooling
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 3e7f32b..380eab3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "amd", - "target": "es5", + "target": "es2017", "baseUrl": "src", "outFile": "public/main.js", "noImplicitAny": true, |