Skip to content

Commit 1c88179

Browse files
remove unnecessary comment
1 parent 19427e0 commit 1c88179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/notion-types/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"rootDir": "src",
66
"outDir": "build",
77
"tsBuildInfoFile": "build/.tsbuildinfo",
8-
"declarationMap": true, // Allow navigation to definition in VS Code https://stackoverflow.com/questions/54459847/vscode-lerna-typescript-monorepo-code-navigation
8+
"declarationMap": true,
99
"emitDeclarationOnly": true
1010
},
1111
"include": [

0 commit comments

Comments
 (0)