diff --git a/common/tsconfig.json b/common/tsconfig.json index cc0605b..98480f6 100644 --- a/common/tsconfig.json +++ b/common/tsconfig.json @@ -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/**/*" ] }