Skip to content

Commit

Permalink
build: use nodenext in global tsconfig file
Browse files Browse the repository at this point in the history
Refs #4385
  • Loading branch information
glowcloud committed Nov 15, 2024
1 parent 65f6d92 commit beeb315
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"compilerOptions": {
// Target latest version of ECMAScript.
"target": "esnext",
"module": "esnext",
// Search under node_modules for non-relative imports.
"moduleResolution": "node",
"module": "nodenext",
"moduleResolution": "nodenext",
"allowImportingTsExtensions": true,
// Process & infer types from .js files.
"allowJs": false,
// Don't emit; allow Babel to transform files.
Expand Down

0 comments on commit beeb315

Please sign in to comment.