New guests can be added, returning players recognised, and games are saved properly, locking the board. Changed webpack config to compile typescript with babel.

This commit is contained in:
Daniel Ledda
2020-05-25 22:52:10 +02:00
parent f08105c39f
commit 5342b7a48e
14 changed files with 333 additions and 157 deletions

View File

@@ -1,3 +1,8 @@
{
"presets": ["@babel/env", "@babel/preset-react"]
"presets": [
"@babel/typescript",
"@babel/react",
"@babel/env"
],
"plugins": ["@babel/proposal-class-properties"]
}