Commit Graph

7 Commits (31d24d77d02340d71d209c51d266fbcd2c9d6840)

Author SHA1 Message Date
Rob Pilling 9767eb6594 typescript: drop "use strict" generation 2023-04-17 12:02:31 +01:00
Rob Pilling 01d47679aa tsconfig.json: checkJs comments 2023-03-09 21:14:59 +00:00
Rob Pilling 2b39b1e285 btadv: manually setup TS helpers - use Object.assign()
Currently we have `tsc` [generate code for es5], because we don't yet have es6 destructuring support in JSV (used [here], for example).

As a follow on from #2587, this disables the TS poiyfill and points it at our `Object.assign`, so we benefit from these new features, while still keeping the target at es5.

[generate code for es5]: 380af9c600/tsconfig.json (L4-L4)
[here]: 380af9c600/apps/btadv/app.ts (L235)
2023-02-22 22:27:12 +00:00
Rob Pilling 3dec2a4065 tsconfig: emit on error, and emit helpers 2023-02-14 22:32:02 +00:00
Rob Pilling 008f7f40e5 Initial typescript config 2023-02-14 22:32:00 +00:00
frederic wagner 6c99265306 gipy: skip tsc on wasm 2022-11-07 14:35:06 +01:00
qucchia 667684def0 Move tsconfig.json 2022-07-27 17:48:12 +02:00