1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-07-29 08:19:51 +00:00

Added more placement option

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-09-02 14:21:46 +02:00
parent 1d3f7c566a
commit a869bcec23
4 changed files with 45 additions and 24 deletions

View File

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