Migrate client to eslint

This commit is contained in:
Chocobozzz
2021-08-17 14:42:53 +02:00
parent adb8809d43
commit 9df52d660f
215 changed files with 2052 additions and 1196 deletions

13
client/e2e/tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}