Use import/export instead of references. Use webpack instead of tsc.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
class SwitchKeymapAction extends KeyAction {
|
||||
import {keyActionType, KeyActionId, KeyAction} from './KeyAction';
|
||||
import {UhkBuffer} from '../UhkBuffer';
|
||||
|
||||
export class SwitchKeymapAction extends KeyAction {
|
||||
|
||||
// @assertUInt8
|
||||
keymapId: number;
|
||||
|
||||
Reference in New Issue
Block a user