Test serializer typings simplification
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
/// <reference path="../typings/globals/node/index.d.ts" />
|
|
||||||
|
|
||||||
import {Serializable} from './Serializable';
|
import {Serializable} from './Serializable';
|
||||||
import {UhkBuffer} from './UhkBuffer';
|
import {UhkBuffer} from './UhkBuffer';
|
||||||
import {UhkConfiguration} from './config-items/UhkConfiguration';
|
import {UhkConfiguration} from './config-items/UhkConfiguration';
|
||||||
|
|||||||
@@ -4,10 +4,7 @@
|
|||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"experimentalDecorators": true
|
"experimentalDecorators": true
|
||||||
},
|
},
|
||||||
"exclude": [
|
"files": [
|
||||||
"../src",
|
"../typings/index.d.ts"
|
||||||
"../node_modules",
|
|
||||||
"../typings/main",
|
|
||||||
"../typings/main.d.ts"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user