Skip to content

Commit 5704b48

Browse files
author
EspressoTrip-v2
committed
module resolution
1 parent 6df47f0 commit 5704b48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.esm.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"module": "esnext",
4+
"moduleResolution": "nodenext",
5+
"module": "nodenext",
56
"outDir": "lib/esm",
67
}
78
}

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"compilerOptions": {
33
"target": "es2022",
4-
"moduleResolution": "node",
54
"declaration": true,
65
"declarationMap": true,
76
"esModuleInterop": true,

0 commit comments

Comments
 (0)