refactor(config): re-add some paths to tsconfig
This commit is contained in:
parent
5fc68eb3bc
commit
2689f1e55b
@ -7,7 +7,8 @@
|
|||||||
"noImplicitThis": false,
|
"noImplicitThis": false,
|
||||||
"verbatimModuleSyntax": false,
|
"verbatimModuleSyntax": false,
|
||||||
"paths": {
|
"paths": {
|
||||||
"@dbconfig": ["./lib/dbconfig.ts"]
|
"@dbconfig": ["./lib/dbconfig.ts"],
|
||||||
|
"@functions": ["./lib/functions.ts"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user