From 6cc77cb2cb6d7fb79faf58b7242e3737513a070a Mon Sep 17 00:00:00 2001 From: Shaaban Ebrahim Date: Mon, 11 Nov 2019 10:51:21 +0200 Subject: Add client-frankfurt skeleton project Issue-ID: CCSDK-1770 Signed-off-by: Shaaban Ebrahim Change-Id: I6a3dcb02b692fae778eb5cf65277ab2c269d96f8 --- cds-ui/client-frankfurt/e2e/tsconfig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cds-ui/client-frankfurt/e2e/tsconfig.json (limited to 'cds-ui/client-frankfurt/e2e/tsconfig.json') diff --git a/cds-ui/client-frankfurt/e2e/tsconfig.json b/cds-ui/client-frankfurt/e2e/tsconfig.json new file mode 100644 index 000000000..39b800f78 --- /dev/null +++ b/cds-ui/client-frankfurt/e2e/tsconfig.json @@ -0,0 +1,13 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/e2e", + "module": "commonjs", + "target": "es5", + "types": [ + "jasmine", + "jasminewd2", + "node" + ] + } +} -- cgit 1.2.3-korg