diff options
Diffstat (limited to 'packages/pipeline/tsconfig.json')
-rw-r--r-- | packages/pipeline/tsconfig.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/pipeline/tsconfig.json b/packages/pipeline/tsconfig.json deleted file mode 100644 index 45e07374c..000000000 --- a/packages/pipeline/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": "../../tsconfig", - "compilerOptions": { - "outDir": "lib", - "rootDir": ".", - "emitDecoratorMetadata": true, - "experimentalDecorators": true, - "resolveJsonModule": true - }, - "include": ["./src/**/*", "./test/**/*", "./migrations/**/*"], - "files": [ - "./test/fixtures/copper/api_v1_activity_types.json", - "./test/fixtures/copper/api_v1_custom_field_definitions.json", - "./test/fixtures/copper/api_v1_list_activities.json", - "./test/fixtures/copper/api_v1_list_leads.json", - "./test/fixtures/copper/api_v1_list_opportunities.json" - ] -} |