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