diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-26 16:34:33 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-26 16:34:33 +0100 |
| commit | e1cb9e4b204f57d6313a359566b908e90611ab1a (patch) | |
| tree | f11b0183794bdee3825416ea718f4fe6c005a1b8 /webpack.config.js | |
| parent | ead34962de9d2b3ed7fa1506bb800518a2217128 (diff) | |
hello typescript my old friend
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 07bca15..c12a11b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -14,7 +14,7 @@ dotenv.config(); module.exports = { entry: { ui: './webAO/ui.js', - client: './webAO/client.js', + client: './webAO/client.ts', master: './webAO/master.ts', dom: glob.sync('./webAO/dom/*.js'), components: glob.sync('./webAO/components/*.js'), |
