From 9df52d660feb722404be00a50f3c8a612bec1c15 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Aug 2021 14:42:53 +0200 Subject: Migrate client to eslint --- client/e2e/tsconfig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 client/e2e/tsconfig.json (limited to 'client/e2e/tsconfig.json') diff --git a/client/e2e/tsconfig.json b/client/e2e/tsconfig.json new file mode 100644 index 000000000..77d311e88 --- /dev/null +++ b/client/e2e/tsconfig.json @@ -0,0 +1,13 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/app", + "module": "commonjs", + "target": "es5", + "types": [ + "jasmine", + "jasminewd2", + "node" + ] + } +} -- cgit v1.2.3