Use import/export instead of references. Use webpack instead of tsc.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
abstract class Serializable<T> {
|
||||
/// <references path="Function.d.ts">
|
||||
|
||||
import {UhkBuffer} from './UhkBuffer';
|
||||
|
||||
export abstract class Serializable<T> {
|
||||
|
||||
private static depth = 0;
|
||||
private static maxDisplayedJsonLength = 160;
|
||||
|
||||
Reference in New Issue
Block a user