Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
ava
package.json
export default {
typescript: {
rewritePaths: {
"src/": "build/",
},
compile: false,
require: ["./ava.setup.mjs"],
};