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:
@@ -1,5 +1,7 @@
|
||||
module.exports = {
|
||||
extends: "../config/eslint/typescript.json",
|
||||
root: true,
|
||||
"parserOptions": {
|
||||
"project": __dirname + "/tsconfig.json"
|
||||
"project": `${dirname}/tsconfig.json`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user