graphitation/lage.config.js

10 строки
135 B
JavaScript

module.exports = {
pipeline: {
types: ["^types"],
build: [],
test: ["build"],
lint: [],
},
npmClient: "yarn",
};