alpha
Login
or
Join now
danielroe.dev
/
errx
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/errx. Zero dependency library to capture and parse stack traces in Node, Bun, Deno and more.
error
stack-trace
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: pull in node types
author
Daniel Roe
date
1 month ago
(Jun 9, 2026, 7:50 AM +0100)
commit
fc353da3
fc353da3c3d2053334f20d96820c7e58a181c9f6
parent
7c218b4c
7c218b4c21017eb0844ec777831ead62c90d2dc0
+3
1 changed file
Expand all
Collapse all
Unified
Split
tsconfig.json
+3
tsconfig.json
View file
Reviewed
···
7
7
"moduleDetection": "force",
8
8
"module": "preserve",
9
9
"resolveJsonModule": true,
10
10
+
"types": [
11
11
+
"node"
12
12
+
],
10
13
"strict": true,
11
14
"noImplicitOverride": true,
12
15
"noUncheckedIndexedAccess": true,