[tsconfig] Specify module resolution to be nodenext

This commit is contained in:
Sathya Gunasekaran
2023-08-31 11:15:37 +01:00
parent 41c23e87c5
commit c456662318
@@ -1,6 +1,7 @@
{
"extends": "@tsconfig/node18-strictest/tsconfig.json",
"compilerOptions": {
"moduleResolution": "nodenext",
"declaration": true,
"rootDir": "src",
"outDir": "dist",