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
@@ -44,14 +44,14 @@
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. */
47
+
"declaration": true/* Generate .d.ts files from TypeScript and JavaScript files in your project. */,
48
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. */
52
52
"outDir": "./lib"/* Specify an output folder for all emitted files. */,
0 commit comments