|
46 | 46 | // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */ |
47 | 47 | // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */ |
48 | 48 | /* 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. */ |
51 | 51 | // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ |
52 | 52 | // "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. */ |
54 | 54 | // "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. */ |
55 | 55 | "outDir": "build", /* Specify an output folder for all emitted files. */ |
56 | 56 | // "removeComments": true, /* Disable emitting comments. */ |
|
60 | 60 | // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ |
61 | 61 | // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */ |
62 | 62 | // "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. */ |
64 | 64 | // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */ |
65 | 65 | // "newLine": "crlf", /* Set the newline character for emitting files. */ |
66 | 66 | // "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */ |
|
72 | 72 | /* Interop Constraints */ |
73 | 73 | // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */ |
74 | 74 | // "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. */ |
77 | 77 | // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */ |
78 | 78 | "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */ |
79 | 79 | /* Type Checking */ |
|
0 commit comments