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 {UhkBuffer} from './UhkBuffer';
|
||||
import {UhkConfiguration} from './config-items/UhkConfiguration';
|
||||
|
||||
@@ -4,10 +4,7 @@
|
||||
"module": "commonjs",
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
"exclude": [
|
||||
"../src",
|
||||
"../node_modules",
|
||||
"../typings/main",
|
||||
"../typings/main.d.ts"
|
||||
"files": [
|
||||
"../typings/index.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user