diff options
author | Joris | 2022-09-04 16:21:18 +0200 |
---|---|---|
committer | Joris | 2022-09-04 16:21:18 +0200 |
commit | 0b32b9110dd406ca052cfd7348f0ddd7e35b048e (patch) | |
tree | 11e0da7d61be8d7602c53b95d1738a87b2179dd2 /tsconfig.json | |
parent | a5f8943c7eecd2048007b53610d7bc1edaa5ac05 (diff) |
Use esbuild to produce JS
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, |