Commit 848f830
authored
Fix TS compiler options. (#4078)
## Motivation
There's some cleanup work being done in
linera-io/linera-web#49 that's incompatible with
current configuration and yields `Uncaught ReferenceError: require is
not defined` error.
## Proposal
Update the compilation options to more modern ones that fix the error.
## Test Plan
CI
## Release Plan
- Nothing to do
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)1 parent 62e462e commit 848f830
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments