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

8
model/.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"version": "0.1.0",
"command": "tsc",
"isShellCommand": true,
"showOutput": "silent",
"args": [],
"problemMatcher": "$tsc"
}