File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
1313 // "sourceMap": true, /* Generates corresponding '.map' file. */
1414 // "outFile": "./", /* Concatenate and emit output to single file. */
15- "outDir" : " ./dist" , /* Redirect output structure to the directory. */
15+ "outDir" : " ./npm- dist" , /* Redirect output structure to the directory. */
1616 // "rootDir": "", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
1717 // "composite": true, /* Enable project compilation */
1818 // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
6161 // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
6262
6363 /* Advanced Options */
64- "forceConsistentCasingInFileNames" : true /* Disallow inconsistently-cased references to the same file. */
64+ "forceConsistentCasingInFileNames" : true , /* Disallow inconsistently-cased references to the same file. */
65+ "skipLibCheck" : true /* Skip type checking of declaration files in node_modules. */
6566 },
6667 "include" : [
6768 " ./src/**/*" ,
You can’t perform that action at this time.
0 commit comments