We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27094e4 commit bd3c9acCopy full SHA for bd3c9ac
tsconfig.json
@@ -1,19 +1,11 @@
1
{
2
- // Change this to match your project
3
"include": ["src/diffbot.js"],
4
"exclude": [],
5
"compilerOptions": {
6
- // Tells TypeScript to read JS files, as
7
- // normally they are ignored as source files
8
"allowJs": true,
9
- // Generate d.ts files
10
"declaration": true,
11
- // This compiler run should
12
- // only output d.ts files
13
"emitDeclarationOnly": true,
14
- // Types should go into this directory.
15
- // Removing this would place the .d.ts files
16
- // next to the .js files
17
"outDir": "src/",
+ // "removeComments": true,
18
}
19
0 commit comments