diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-17 22:48:56 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-17 22:48:56 -0400 |
commit | 97c78292fef34a39552a4d983413b01e185a49aa (patch) | |
tree | 615c48125fe9a5a62b2d0826362dcbccf5721696 /client/tsconfig.json | |
parent | layout changed (diff) | |
download | tuxman-97c78292fef34a39552a4d983413b01e185a49aa.tar.gz tuxman-97c78292fef34a39552a4d983413b01e185a49aa.tar.bz2 tuxman-97c78292fef34a39552a4d983413b01e185a49aa.zip |
export and load maps
Diffstat (limited to '')
-rw-r--r-- | client/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 4850356..e638afd 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -5,7 +5,7 @@ "outDir": "./js", "allowJs": false, "module": "es6", - "target": "es6" + "target": "es2017" }, "include": ["./**/*"] } |