diff options
| author | Priyansh <[email protected]> | 2021-04-27 20:42:13 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-04-27 20:42:13 +0530 |
| commit | a8edac4105f007003c3f244b482d03732ce74398 (patch) | |
| tree | 1440e377da6b4ba18ca3151066efbafeed7a9c06 /tsconfig.json | |
| parent | b18cf71249b26d965215bcf06204daf6af5f55e7 (diff) | |
| download | styx-a8edac4105f007003c3f244b482d03732ce74398.tar.xz styx-a8edac4105f007003c3f244b482d03732ce74398.zip | |
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 6398793..7bcd836 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "esnext", "module": "commonjs", "noImplicitAny": false, "sourceMap": true, |
