src: Migrate remaining files to TypeScript
This migrates remaining JavaScript files to TypeScript and updates imports.
This commit is contained in:
parent
67138ad99a
commit
45a42ce549
16 changed files with 36 additions and 31 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue