Convert index to TS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/19165/head
Šimon Brandner 2021-09-24 20:51:02 +02:00
parent 7aff5b2df3
commit 017e4bd84b
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ module.exports = (env, argv) => {
"bundle": "./src/vector/index.ts",
"mobileguide": "./src/vector/mobile_guide/index.ts",
"jitsi": "./src/vector/jitsi/index.ts",
"usercontent": "./node_modules/matrix-react-sdk/src/usercontent/index.js",
"usercontent": "./node_modules/matrix-react-sdk/src/usercontent/index.ts",
...(useHMR ? {} : cssThemes),
},