Add the stripInternal option

This commit is contained in:
Oliver Akins 2022-06-19 12:58:27 -06:00
parent 7af5cf0ce8
commit 4feafba99b
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -67,7 +67,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
},
"include": [ "src/**/*" ]
}