Add the stripInternal option
This commit is contained in:
parent
7af5cf0ce8
commit
4feafba99b
1 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,9 @@
|
||||||
|
|
||||||
/* Advanced Options */
|
/* Advanced Options */
|
||||||
"skipLibCheck": true, /* Skip type checking of declaration files. */
|
"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
|
||||||
},
|
},
|
||||||
"include": [ "src/**/*" ]
|
"include": [ "src/**/*" ]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue