Skip to content

Commit 3dd9be4

Browse files
remove disabling of typescript rule
1 parent d30334a commit 3dd9be4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/notion-types/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"outDir": "build",
77
"tsBuildInfoFile": "build/.tsbuildinfo",
88
"declarationMap": true, // Allow navigation to definition in VS Code https://stackoverflow.com/questions/54459847/vscode-lerna-typescript-monorepo-code-navigation
9-
"emitDeclarationOnly": true,
10-
"noUnusedLocals": false, // / won't fail on unused variables
9+
"emitDeclarationOnly": true
1110
},
1211
"include": [
1312
"src/**/*"

0 commit comments

Comments
 (0)