1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-15 20:19:21 +00:00

Published new Lib

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-11-23 04:26:20 +01:00
parent 0bb142059a
commit bb38fbdff6
6 changed files with 288 additions and 0 deletions

View File

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