Rename model to config-serializer

This commit is contained in:
László Monda
2016-03-29 01:56:58 +02:00
parent d25910b969
commit ecb9d6f73c
14 changed files with 0 additions and 0 deletions

8
config-serializer/.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"
}