diff --git a/tsconfig.build.json b/tsconfig.build.json index c73d9d0..d4e4f4f 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,4 +1,7 @@ { "extends": "./tsconfig.json", - "include": ["src/index.ts"] + "include": ["src/index.ts"], + "compilerOptions": { + "removeComments": false + } }