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