refactor: move types and base router to routers package

This commit is contained in:
Satyajit Sahoo
2020-02-10 15:53:38 +01:00
parent 7160a511e6
commit 86c39d2e0e
91 changed files with 447 additions and 434 deletions

View File

@@ -2,8 +2,8 @@
"extends": "../../tsconfig",
"references": [
{ "path": "../core" },
{ "path": "../native" },
{ "path": "../routers" }
{ "path": "../routers" },
{ "path": "../native" }
],
"compilerOptions": {
"outDir": "./lib/typescript"