1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-08-04 19:01:58 +00:00

fix(object-util): Typing not being sent back to user

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-12-08 12:15:08 +01:00
parent c0da88ff2b
commit 6be80cb2e1
5 changed files with 5040 additions and 211 deletions

View File

@@ -1,5 +1,7 @@
module.exports = {
extends: "../config/eslint/typescript.json",
root: true,
"parserOptions": {
"project": __dirname + "/tsconfig.json"
"project": `${dirname}/tsconfig.json`
}
}
}