You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tsconfig.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@
57
57
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
58
58
59
59
/* 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. */
61
61
// "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. */
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
65
65
// "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