mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-12 19:00:39 -07:00
5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
module.exports = {
|
|
require: "ts-node/register/transpile-only",
|
|
reporter: "spec"
|
|
}
|