Skip to content

Commit ad15a96

Browse files
committed
Try new tsconfig.esm.json
1 parent 6759040 commit ad15a96

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

packages/core/tsconfig.esm.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"compilerOptions": {
33
"esModuleInterop": true,
4-
"module": "esnext",
4+
"module": "NodeNext",
5+
"moduleResolution": "nodenext",
6+
"target": "ES2022",
57
"declaration": true,
68
"outDir": "./dist/esm",
7-
"skipLibCheck": true,
8-
"paths": {
9-
"axios": [
10-
"../../node_modules/axios/index.js"
11-
]
12-
}
9+
"skipLibCheck": true
1310
},
1411
"include": ["src/**/*.ts"]
1512
}

0 commit comments

Comments
 (0)