degiro-api
Version:
Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more
26 lines (25 loc) • 357 B
Plain Text
{
"cache": false,
"check-coverage": false,
"extension": [
".ts"
],
"include": [
"src/**/*.js",
"src/**/*.ts"
],
"exclude": [
"coverage/**",
"node_modules/**",
"**/*.d.ts",
"**/*.test.ts"
],
"sourceMap": true,
"reporter": [
"html",
"text",
"text-summary"
],
"all": true,
"instrument": true
}