Add Bryan's core code

This commit is contained in:
Danny McCormick
2019-05-16 16:40:21 -04:00
parent 1073897ccb
commit 5f66339fde
7 changed files with 321 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "./lib",
"rootDir": "./src"
},
"include": [
"./src"
]
}