Skip to content

Commit

Permalink
feat: folder structure changed
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmanpokhrel committed Feb 26, 2024
1 parent 7fba99c commit a2f021b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "git",
"url": "https://github.com/laxmanpokhrel/xmanscript-utils.git"
},
"type": "module",
"types": "./@types",
"exports": {
"./abbreviateCurrencyValue": {
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"outDir": "./lib/commonjs",
"moduleResolution": "node",
},
"exclude": ["node_modules",".eslintrc.js"],
"include": [ "src", "src/**/*.ts"]
"exclude": ["node_modules",],
"include": [".eslintrc.cjs", "src", "src/**/*.ts"]
}

0 comments on commit a2f021b

Please sign in to comment.