Files
protocol/packages/pipeline/tsconfig.json
T
2019-03-15 10:37:52 -07:00

21 lines
768 B
JSON

{
"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",
"./test/fixtures/etherscan/api_v1_accounts_transactions.json",
"./test/fixtures/greenhouse/api_v1_applications.json"
]
}