Skip to content

Commit d1db4d0

Browse files
committed
Add comment to code
1 parent 91ffcd5 commit d1db4d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"allowJs": true,
1010
"moduleResolution": "node",
1111
"esModuleInterop": true,
12-
"lib": ["ES2015"],
13-
"removeComments": true
12+
"lib": ["ES2015"]
1413
},
1514
"include": ["src/**/*"],
1615
"exclude": ["node_modules", "**/*.spec.ts"]

0 commit comments

Comments
 (0)