Strip Internal API definitions
This commit is contained in:
parent
449a4b25d9
commit
1aa3e2b8ac
1 changed files with 4 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
"sourceMap": true, /* Generates corresponding '.map' file. */
|
||||
// "outFile": "./", /* Concatenate and emit output to single file. */
|
||||
"outDir": "./dist", /* Redirect output structure to the directory. */
|
||||
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
||||
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
||||
// "composite": true, /* Enable project compilation */
|
||||
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
|
||||
"removeComments": true, /* Do not emit comments to output. */
|
||||
|
|
@ -69,7 +69,9 @@
|
|||
|
||||
/* Advanced Options */
|
||||
"skipLibCheck": true, /* Skip type checking of declaration files. */
|
||||
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
|
||||
"forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */
|
||||
|
||||
"stripInternal": true
|
||||
},
|
||||
"exclude": [
|
||||
"**/*.spec.ts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue