diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2018-12-14 23:03:55 +0530 |
---|---|---|
committer | Arundathi Patil <arundpil@in.ibm.com> | 2018-12-19 16:33:17 +0000 |
commit | 3d0268540bcf9bb99c7f55bb56e3c10827f05a90 (patch) | |
tree | 849643cee91539aef0d347384ea708b4951e9119 /cds-ui/client/tsconfig.json | |
parent | 42a572502cd85106eee27cfe176f2e619800f215 (diff) |
Seed project for ccsdk-cds GUI
Added seed project for ccsdk-cds GUI. Implemented in angular 7.1.0 and
created using angular cli 7.1.0
Issue-ID: CCSDK-816
Change-Id: Ia8690902f7c31a3eae6ba78bc91c8ed3dd500ff0
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/tsconfig.json')
-rw-r--r-- | cds-ui/client/tsconfig.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cds-ui/client/tsconfig.json b/cds-ui/client/tsconfig.json new file mode 100644 index 000000000..b271fd9f3 --- /dev/null +++ b/cds-ui/client/tsconfig.json @@ -0,0 +1,22 @@ +{ + "compileOnSave": false, + "compilerOptions": { + "baseUrl": "./", + "outDir": "./dist/out-tsc", + "sourceMap": true, + "declaration": false, + "module": "es2015", + "moduleResolution": "node", + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "importHelpers": true, + "target": "es5", + "typeRoots": [ + "node_modules/@types" + ], + "lib": [ + "es2018", + "dom" + ] + } +} |