diff --git a/tsconfig.json b/tsconfig.json index 179292b1..ee8cc83d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,16 +4,22 @@ "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "lib": ["ESNext", "dom"], + "lib": [ + "ESNext", + "dom" + ], "declaration": true, "module": "ESNext", "target": "ESNext", - "removeComments": true, + "removeComments": false, "experimentalDecorators": true, "preserveConstEnums": true, "outDir": "./dist/", "sourceMap": true, "declarationDir": "./dist/" }, - "include": ["src/**/*", "test/**/*"] -} + "include": [ + "src/**/*", + "test/**/*" + ] +} \ No newline at end of file