|
4 | 4 | /* Visit https://aka.ms/tsconfig to read more about this file */ |
5 | 5 |
|
6 | 6 | /* Projects */ |
7 | | - // "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */ |
8 | | - // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */ |
| 7 | + "incremental": false, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */ |
| 8 | + "composite": false, /* Enable constraints that allow a TypeScript project to be used with project references. */ |
9 | 9 | // "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */ |
10 | 10 | // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */ |
11 | 11 | // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */ |
|
50 | 50 | // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */ |
51 | 51 |
|
52 | 52 | /* Emit */ |
53 | | - // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ |
54 | | - // "declarationMap": true, /* Create sourcemaps for d.ts files. */ |
| 53 | + "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ |
| 54 | + "declarationMap": true, /* Create sourcemaps for d.ts files. */ |
55 | 55 | // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ |
56 | | - // "sourceMap": true, /* Create source map files for emitted JavaScript files. */ |
| 56 | + "sourceMap": true, /* Create source map files for emitted JavaScript files. */ |
57 | 57 | // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ |
58 | 58 | // "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. */ |
59 | | - // "outDir": "./", /* Specify an output folder for all emitted files. */ |
| 59 | + "outDir": "./dist-types/src", /* Specify an output folder for all emitted files. */ |
60 | 60 | // "removeComments": true, /* Disable emitting comments. */ |
61 | | - // "noEmit": true, /* Disable emitting files from a compilation. */ |
| 61 | + "noEmit": false, /* Disable emitting files from a compilation. */ |
62 | 62 | // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ |
63 | 63 | // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */ |
64 | 64 | // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ |
|
0 commit comments