Created a standalone CompanyPosition class with TS

This commit is contained in:
danielyxie
2018-10-31 14:57:47 -05:00
parent 013af4e26c
commit 23eef62332
4 changed files with 257 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl" : ".",
"lib" : ["es2016", "dom"],
"module": "commonjs",
"target": "es6",