Merge pull request #758 from alangecker/typescript

Adding Typescript Support
This commit is contained in:
Stefan Otto 2021-04-13 11:15:28 +02:00 committed by GitHub
commit dc0777cd1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 19295 additions and 23136 deletions

View file

@ -3,10 +3,10 @@ const os = require('os');
const userRoles = require('../userRoles');
const {
import {
BYPASS_ROOM_LOCK,
BYPASS_LOBBY
} = require('../access');
} from '../access';
const {
CHANGE_ROOM_LOCK,