1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-25 16:59:19 +00:00

Added Tests and Documentation

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-10-20 15:11:30 +02:00
parent f5b54f1816
commit 5c230d74e5
4 changed files with 243 additions and 42 deletions

View File

@ -0,0 +1,5 @@
module.exports = {
"parserOptions": {
"project": __dirname + "/tsconfig.json"
}
}