ardiffact/lage.config.js

13 строки
209 B
JavaScript

module.exports = {
pipeline: {
build: ["^build"],
test: ["build"],
lint: [],
docs: ["build"],
},
npmClient: "yarn",
cacheOptions: {
environmentGlob: ["tsconfig.base.json"],
},
};