Skip to content

Commit bd3c9ac

Browse files
Remove comments from tsconfig.json
1 parent 27094e4 commit bd3c9ac

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tsconfig.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
{
2-
// Change this to match your project
32
"include": ["src/diffbot.js"],
43
"exclude": [],
54
"compilerOptions": {
6-
// Tells TypeScript to read JS files, as
7-
// normally they are ignored as source files
85
"allowJs": true,
9-
// Generate d.ts files
106
"declaration": true,
11-
// This compiler run should
12-
// only output d.ts files
137
"emitDeclarationOnly": true,
14-
// Types should go into this directory.
15-
// Removing this would place the .d.ts files
16-
// next to the .js files
178
"outDir": "src/",
9+
// "removeComments": true,
1810
}
1911
}

0 commit comments

Comments
 (0)