Skip to content

Commit 177d170

Browse files
committed
clean up some tsconfig settings
1 parent 966327c commit 177d170

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tsconfig.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
// "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
4747
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
4848
/* Emit */
49-
// "declaration": false, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
50-
// "declarationMap": false, /* Create sourcemaps for d.ts files. */
49+
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
50+
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
5151
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
5252
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
53-
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
53+
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
5454
// "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. */
5555
"outDir": "build", /* Specify an output folder for all emitted files. */
5656
// "removeComments": true, /* Disable emitting comments. */
@@ -60,7 +60,7 @@
6060
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
6161
// "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
6262
// "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
63-
"inlineSources": false, /* Include source code in the sourcemaps inside the emitted JavaScript. */
63+
// "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */
6464
// "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
6565
// "newLine": "crlf", /* Set the newline character for emitting files. */
6666
// "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */
@@ -72,8 +72,8 @@
7272
/* Interop Constraints */
7373
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
7474
// "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */
75-
// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
76-
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
75+
// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
76+
// "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
7777
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
7878
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
7979
/* Type Checking */

0 commit comments

Comments
 (0)