mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"all": true,
|
|
"cache": false,
|
|
"exclude": ["**/*.d.ts"],
|
|
"extension": [".ts"],
|
|
"include": ["build/compiled/src/**", "src/**"],
|
|
"reporter": "lcov"
|
|
}
|