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.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 cds-ui/client-frankfurt/tsconfig.json (limited to 'cds-ui/client-frankfurt/tsconfig.json') diff --git a/cds-ui/client-frankfurt/tsconfig.json b/cds-ui/client-frankfurt/tsconfig.json new file mode 100644 index 000000000..30956ae7e --- /dev/null +++ b/cds-ui/client-frankfurt/tsconfig.json @@ -0,0 +1,26 @@ +{ + "compileOnSave": false, + "compilerOptions": { + "baseUrl": "./", + "outDir": "./dist/out-tsc", + "sourceMap": true, + "declaration": false, + "downlevelIteration": true, + "experimentalDecorators": true, + "module": "esnext", + "moduleResolution": "node", + "importHelpers": true, + "target": "es2015", + "typeRoots": [ + "node_modules/@types" + ], + "lib": [ + "es2018", + "dom" + ] + }, + "angularCompilerOptions": { + "fullTemplateTypeCheck": true, + "strictInjectionParameters": true + } +} -- cgit 1.2.3-korg