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
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
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
@@ -44,8 +44,8 @@
44
44
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
45
45
46
46
/* Emit */
47
-
//"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
48
-
//"declarationMap": true, /* Create sourcemaps for d.ts files. */
47
+
"declaration": true,/* Generate .d.ts files from TypeScript and JavaScript files in your project. */
48
+
"declarationMap": true,/* Create sourcemaps for d.ts files. */
49
49
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
// "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