mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Speed up TypeScript type checking
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
/* Save .tsbuildinfo files to allow for incremental compilation of projects. */
|
/* Save .tsbuildinfo files to allow for incremental compilation of projects. */
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
/* Enable constraints that allow a TypeScript project to be used with project references. */
|
/* Enable constraints that allow a TypeScript project to be used with project references. */
|
||||||
"composite": true,
|
"composite": false,
|
||||||
/* Specify the path to .tsbuildinfo incremental compilation file. */
|
/* Specify the path to .tsbuildinfo incremental compilation file. */
|
||||||
// "tsBuildInfoFile": "./.tsbuildinfo",
|
// "tsBuildInfoFile": "./.tsbuildinfo",
|
||||||
/* Disable preferring source files instead of declaration files when referencing composite projects. */
|
/* Disable preferring source files instead of declaration files when referencing composite projects. */
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
/* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
||||||
// "declaration": true,
|
"declaration": false,
|
||||||
/* Create sourcemaps for d.ts files. */
|
/* Create sourcemaps for d.ts files. */
|
||||||
// "declarationMap": true,
|
// "declarationMap": true,
|
||||||
/* Only output d.ts files and not JavaScript files. */
|
/* Only output d.ts files and not JavaScript files. */
|
||||||
|
|||||||
Reference in New Issue
Block a user