aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-26 16:56:34 +0100
committerGitHub <noreply@github.com>2022-03-26 16:56:34 +0100
commitb115584ac05fac697f43df30d22808e93ac7e17b (patch)
tree7034dfde1bcb2ed049666ae3bf43f102d0e8a806 /webpack.config.js
parentead34962de9d2b3ed7fa1506bb800518a2217128 (diff)
parent80c134e0f0f018225dcad4d35c6eba0d530ba595 (diff)
Merge pull request #133 from AttorneyOnline/tsrework
Typescript client.js
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
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'),