Mercurial > code > home > repos > streamed-graph
diff tsconfig.json @ 130:73a70d00fb74
dep upgrades; working on build+release setup
author | drewp@bigasterisk.com |
---|---|
date | Sat, 06 May 2023 13:11:19 -0700 |
parents | 76c1a29a328f |
children |
line wrap: on
line diff
--- a/tsconfig.json Fri May 05 21:27:24 2023 -0700 +++ b/tsconfig.json Sat May 06 13:11:19 2023 -0700 @@ -7,6 +7,7 @@ "allowSyntheticDefaultImports": true, "useDefineForClassFields": false, "module": "esnext", + "target": "ES6", "moduleResolution": "node", "declaration": true, "emitDeclarationOnly": true,