diff --git a/tsconfig.json b/tsconfig.json index fb7f3a2..63706f8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,6 @@ "module": "commonjs", "resolveJsonModule": true, "isolatedModules": true, - // "removeComments": true, "outDir": "./build", "baseUrl": "./src", "typeRoots": ["/types/common", "./node_modules/@types"],