Files
protocol/packages/pipeline/tsconfig.json
2019-02-26 11:42:53 +08:00

20 lines
705 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"
]
}