Skip to content

Commit 4034206

Browse files
committed
fix: enable declaration file generation in tsconfig
1 parent fed3946 commit 4034206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
5252

5353
/* Emit */
54-
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
54+
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
5555
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
5656
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
5757
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */

0 commit comments

Comments
 (0)