diff options
Diffstat (limited to 'cds-ui/client/src/tsconfig.app.json')
-rw-r--r-- | cds-ui/client/src/tsconfig.app.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cds-ui/client/src/tsconfig.app.json b/cds-ui/client/src/tsconfig.app.json new file mode 100644 index 000000000..190fd300b --- /dev/null +++ b/cds-ui/client/src/tsconfig.app.json @@ -0,0 +1,11 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/app", + "types": [] + }, + "exclude": [ + "test.ts", + "**/*.spec.ts" + ] +} |