Loosely port the serializer to TypeScript.

This commit is contained in:
László Monda
2016-03-24 02:48:22 +01:00
parent efd1f6f65f
commit 015ed35f3c
8 changed files with 74 additions and 51 deletions

10
model/tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"out": "serializeConfig.js"
},
"files": [
"typings/main.d.ts",
"UhkBuffer.ts",
"serializeConfig.ts"
]
}