Skip to content

Commit

Permalink
Update tsconfig.esm.json for @rc-ex/core
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 3, 2025
1 parent 5449d7f commit f3412ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/core/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
"compilerOptions": {
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true
"skipLibCheck": true,
"paths": {
"axios": [
"../../node_modules/axios/index.js"
]
}
},
"include": ["src/**/*.ts"]
}

0 comments on commit f3412ae

Please sign in to comment.