Skip to content

Commit 320ce40

Browse files
committed
chore: remove default comments
1 parent 3d64d33 commit 320ce40

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tsconfig.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
11
{
2-
// Change this to match your project
32
"include": [
43
"src/**/*"
54
],
65
"compilerOptions": {
7-
// Tells TypeScript to read JS files, as
8-
// normally they are ignored as source files
96
"allowJs": true,
10-
// Generate d.ts files
117
"declaration": true,
12-
// This compiler run should
13-
// only output d.ts files
148
"emitDeclarationOnly": true,
15-
// Types should go into this directory.
16-
// Removing this would place the .d.ts files
17-
// next to the .js files
189
"outDir": "lib",
19-
// go to js file when using IDE functions like
20-
// "Go to Definition" in VSCode
2110
"declarationMap": true
2211
}
2312
}

0 commit comments

Comments
 (0)