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/tsconfig.spec.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cds-ui/client-frankfurt/tsconfig.spec.json (limited to 'cds-ui/client-frankfurt/tsconfig.spec.json') diff --git a/cds-ui/client-frankfurt/tsconfig.spec.json b/cds-ui/client-frankfurt/tsconfig.spec.json new file mode 100644 index 000000000..6400fde7d --- /dev/null +++ b/cds-ui/client-frankfurt/tsconfig.spec.json @@ -0,0 +1,18 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./out-tsc/spec", + "types": [ + "jasmine", + "node" + ] + }, + "files": [ + "src/test.ts", + "src/polyfills.ts" + ], + "include": [ + "src/**/*.spec.ts", + "src/**/*.d.ts" + ] +} -- cgit 1.2.3-korg