Files
klz-cables.com/.pnpm-store/v10/files/1d/4e205714b1e72fa4f4b796fff9125b4db14fe0afd85e1790b8b8a91e709596bfc53504f640c52e4012fd585e2ea14db5ab89ba90cd69952e35523f97bac6bf
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

14 lines
223 B
Plaintext

{
"compilerOptions": {
"target": "es6",
"lib": [ "es2015" ],
"module": "commonjs",
"noEmit": true,
"strict": true
},
"include": [
"./test/types/pino-pretty.test.d.ts",
"./index.d.ts"
]
}