Skip to content

Commit

Permalink
Enable JavaScript autocomplete in editors and IDEs
Browse files Browse the repository at this point in the history
Automatically picks up JSDoc annotations and works with IntelliJ, WebStorm, Visual Studio, Visual Studio Code, Sublime Text (via the TypeScript plugin)

1. Adds module `NodeNext` for Node.js 16+
2. Adds resolveJsonModule for JSON autocomplete
  • Loading branch information
colinrotherham committed Nov 3, 2023
1 parent a3e4c96 commit 3cce265
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"module": "NodeNext",
"resolveJsonModule": true
}
}

0 comments on commit 3cce265

Please sign in to comment.