Skip to content

Commit

Permalink
Try new tsconfig.esm.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 3, 2025
1 parent 6759040 commit ad15a96
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/core/tsconfig.esm.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"compilerOptions": {
"esModuleInterop": true,
"module": "esnext",
"module": "NodeNext",
"moduleResolution": "nodenext",
"target": "ES2022",
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true,
"paths": {
"axios": [
"../../node_modules/axios/index.js"
]
}
"skipLibCheck": true
},
"include": ["src/**/*.ts"]
}

0 comments on commit ad15a96

Please sign in to comment.