Skip to content

Commit f55ad46

Browse files
committed
chore: tweak ts config
1 parent 72f9354 commit f55ad46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
5858

5959
/* Emit */
60-
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
60+
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
6161
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
62-
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
62+
"emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
6363
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
6464
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
6565
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */

0 commit comments

Comments
 (0)