Skip to content

Commit 66aa805

Browse files
committed
fix: enable declaration file generation in tsconfig
1 parent 335e889 commit 66aa805

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include*/
44
"module": "node16", /* Specify what module code is generated. */
5+
"declaration": true,
56
"outDir": "./dist", /* Specify an output folder for all emitted files. */
67
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. */
78
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */

0 commit comments

Comments
 (0)