src: Migrate remaining files to TypeScript

This migrates remaining JavaScript files to TypeScript and updates imports.
This commit is contained in:
regexowl 2024-05-06 14:59:54 +02:00 committed by Klara Simickova
parent 67138ad99a
commit 45a42ce549
16 changed files with 36 additions and 31 deletions

View file

@ -53,7 +53,7 @@ plugins.push(
root: resolve(__dirname, '../'),
useFileHash: false,
exposes: {
'./RootApp': resolve(__dirname, '../src/AppEntry.js'),
'./RootApp': resolve(__dirname, '../src/AppEntry.tsx'),
},
shared: [{ 'react-router-dom': { singleton: true } }],
exclude: ['react-router-dom'],