Skip to content

Commit 666a691

Browse files
committed
chore: preserve compiled comment settings
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
1 parent ed500fe commit 666a691

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/synapse-core/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "./dist",
5-
"removeComments": false,
65
"types": ["mocha", "node"]
76
},
87
"include": ["src", "test"],

packages/synapse-sdk/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "./dist",
5-
"removeComments": false,
65
"types": ["mocha", "node"]
76
},
87
"include": ["src/**/*", "package.json", "../synapse-core/src/utils/epoch.ts", "../synapse-core/test/epoch.test.ts"],

0 commit comments

Comments
 (0)