File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
1313 "incremental" : true ,
1414 /* Enable constraints that allow a TypeScript project to be used with project references. */
15- "composite" : true ,
15+ "composite" : false ,
1616 /* Specify the path to .tsbuildinfo incremental compilation file. */
1717 // "tsBuildInfoFile": "./.tsbuildinfo",
1818 /* Disable preferring source files instead of declaration files when referencing composite projects. */
112112 */
113113
114114 /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
115- // "declaration": true ,
115+ "declaration" : false ,
116116 /* Create sourcemaps for d.ts files. */
117117 // "declarationMap": true,
118118 /* Only output d.ts files and not JavaScript files. */
You can’t perform that action at this time.
0 commit comments