Skip to content

Commit 76fab92

Browse files
committedMar 1, 2023
Re-adding definition files to require exports (#3703).
1 parent 4f2d1e1 commit 76fab92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tsconfig.commonjs.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
],
55
"extends": "./tsconfig.base.json",
66
"compilerOptions": {
7+
"declaration": true,
78
"module": "commonjs",
89
"outDir": "./lib.commonjs"
910
}

0 commit comments

Comments
 (0)
Please sign in to comment.