Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-02-17 09:24:45 +01:00
parent 77e16fe6bf
commit a2ed5c57f0
10 changed files with 4972 additions and 224 deletions

View File

@ -3,7 +3,7 @@
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"target": "es2016",
"allowJs": true
}
}