report-schema.src.tsconfig.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mutation-testing-report-schema Show documentation
Show all versions of mutation-testing-report-schema Show documentation
The json schema for a mutation testing report.
The newest version!
{
"extends": "../../../tsconfig.settings.json",
"compilerOptions": {
"types": ["node"],
"resolveJsonModule": true,
"outDir": "../dist",
"rootDir": "../"
},
"include": ["../src/**/*", "../src/**/*.json", "../src-generated/**/*"]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy