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