diff --git a/tsconfig.json b/tsconfig.json index c2e9378..daedde7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,9 @@ "target": "es6", "module": "commonjs", "outDir": "dist", + "removeComments": true, + "preserveConstEnums": true, + "forceConsistentCasingInFileNames": true, "sourceMap": true }, "include": ["src/**/*.ts", "index.ts", "tests3.ts"],