Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 5a9d9cc

Browse files
committed
release v1.10.0
Signed-off-by: 迷渡 <[email protected]>
1 parent 192a5af commit 5a9d9cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-deno-plugin",
3-
"version": "1.9.1",
3+
"version": "1.10.0",
44
"description": "Deno language service plugin for TypeScript",
55
"main": "out/index.js",
66
"scripts": {

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"outDir": "out",
77
"noImplicitAny": true,
88
"noUnusedParameters": true,
9-
// "noUnusedLocals": true,
9+
"noUnusedLocals": true,
1010
"esModuleInterop": true,
1111
"allowSyntheticDefaultImports": true,
1212
"lib": ["es6"],

0 commit comments

Comments
 (0)