aseprite-atlas
Version:
Aseprite sprite atlas parser and animator for browser and Node.js.
12 lines (11 loc) • 360 B
JSON
{
"testPathIgnorePatterns": ["/node_modules/", "/dist/"],
"transform": {".+\\.ts$": "ts-jest"},
"collectCoverage": true,
"coverageDirectory": "dist/coverage",
"coveragePathIgnorePatterns": ["/node_modules/", "/dist/", "/demo/"],
"errorOnDeprecated": true,
"coverageThreshold": {
"global": {"branches": 67, "functions": 92, "lines": 90}
}
}