mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
web: Set "type": "module" and convert various CJS files to ESM.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
905fc3b50e
commit
01540b45b0
@@ -12,7 +12,8 @@
|
||||
|
||||
/* Modules */
|
||||
"allowImportingTsExtensions": true,
|
||||
"moduleResolution": "node",
|
||||
"module": "preserve",
|
||||
"moduleResolution": "bundler",
|
||||
"paths": {
|
||||
"*": ["./web/src/types/*"],
|
||||
},
|
||||
|
Reference in New Issue
Block a user