We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd79eb1 commit baf8d29Copy full SHA for baf8d29
package.json
@@ -53,10 +53,12 @@
53
"url": "https://github.com/stacktracejs/error-stack-parser/issues"
54
},
55
"main": "./error-stack-parser.js",
56
+ "typings": "./error-stack-parser.d.ts",
57
"files": [
58
"LICENSE",
59
"README.md",
60
"error-stack-parser.js",
61
+ "error-stack-parser.d.ts",
62
"dist/"
63
],
64
"scripts": {
0 commit comments