Skip to content

Commit d283a6c

Browse files
fix(tsconfig): add node and mocha types for TypeScript 6 compile
Agent-Logs-Url: https://github.com/tlcsdm/vscode-java-method-sorter/sessions/620b835e-48a1-458d-be0e-57688bdb071b Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com>
1 parent 9fb0c08 commit d283a6c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"strict": true,
1010
"esModuleInterop": true,
1111
"skipLibCheck": true,
12-
"moduleResolution": "Node16"
12+
"moduleResolution": "Node16",
13+
"types": ["node", "mocha"]
1314
},
1415
"include": ["src/**/*"],
1516
"exclude": ["node_modules", ".vscode-test"]

0 commit comments

Comments
 (0)