Skip to content

Commit 04bb49f

Browse files
committed
cleanup
1 parent fc9ba0c commit 04bb49f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tsconfig.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"compilerOptions": {
55
"sourceMap": true,
66
"outDir": "dist",
7-
"declarationMap": true,
7+
"declarationMap": true
88
}
99
}

tsconfig.json

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

4444
/* Emit */
45-
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
45+
"declaration": true /* Generate .d.ts files from TypeScript and JavaScript files in your project. */,
4646
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
4747
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
4848
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */

0 commit comments

Comments
 (0)