Skip to content

Commit 1db83c9

Browse files
committed
WIP
1 parent 74a9b97 commit 1db83c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.werft/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"target": "es2019",
44
"skipLibCheck": true,
5-
"moduleResolution": "node"
5+
"moduleResolution": "node",
6+
"noUnusedLocals": true
67
}
78
}

0 commit comments

Comments
 (0)