Skip to content

Commit

Permalink
fix lsp-client
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Dec 20, 2024
1 parent d54b21c commit 3e91006
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/vscode/lsp-client/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './lib/nxls-client';
export * from './lib/show-refresh-loading';
export * from './nxls-client';
export * from './show-refresh-loading';
File renamed without changes.
5 changes: 4 additions & 1 deletion libs/vscode/lsp-client/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"outDir": "out-tsc/jest",
"module": "commonjs",
"moduleResolution": "node10",
"types": ["jest", "node"]
"types": ["jest", "node"],
"strict": false,
"noImplicitReturns": false,
"downlevelIteration": true
},
"include": [
"jest.config.ts",
Expand Down

0 comments on commit 3e91006

Please sign in to comment.