Skip to content

Commit

Permalink
fix: ts config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmanpokhrel committed Feb 25, 2024
1 parent 5e4048e commit 072d329
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Improvements
- export from lib dir
- Ts config changes
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"type": "git",
"url": "https://github.com/laxmanpokhrel/xmanscript-utils.git"
},
"types": "./lib",
"exports": {
"./abbreviateCurrencyValue": "./lib/abbreviateCurrencyValue",
"./areObjectsEqual": "./lib/areObjectsEqual",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"declaration": true,
"sourceMap": true,
"outDir": "./lib",
"baseUrl": "src/",
// "baseUrl": "src/",
"strict": true,
"lib": ["ES2020", "DOM"],
"removeComments": false,
Expand All @@ -19,7 +19,7 @@
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": false,
"moduleResolution": "node"
// "moduleResolution": "node"
},
"exclude": ["node_modules"],
"include": [".eslintrc.js", "src", "src/**/*.ts"]
Expand Down

0 comments on commit 072d329

Please sign in to comment.