Skip to content

Commit

Permalink
NodeNext modules to match moduleResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Oct 30, 2023
1 parent d7a92c6 commit 1bc816a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */

/* Modules */
"module": "ES6", /* Specify what module code is generated. */
"module": "NodeNext", /* Specify what module code is generated. */
"rootDir": "./src", /* Specify the root folder within your source files. */
"moduleResolution": "NodeNext", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
Expand Down

0 comments on commit 1bc816a

Please sign in to comment.