separated type definitions and util functions

This commit is contained in:
2022-02-15 15:06:34 -06:00
parent 513a9d1582
commit 5348ab487b
21 changed files with 559 additions and 428 deletions

View File

@@ -11,5 +11,11 @@
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
}
"typeRoots": [
"./src/types/"
]
},
"include": [
"src"
]
}