Skip to content

Commit

Permalink
dir mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsnow301 committed Jun 30, 2024
1 parent b8a64d4 commit 36f75e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tgui-core",
"version": "1.1.1",
"version": "1.1.2",
"description": "TGUI core component library",
"keywords": [
"TGUI",
Expand All @@ -16,8 +16,8 @@
"require": "./dist/components/index.cjs"
},
"./*": {
"import": "./dist/*.js",
"require": "./dist/*.cjs"
"import": "./dist/common/*.js",
"require": "./dist/common/*.cjs"
}
},
"repository": {
Expand Down
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@
"tgui-core/components/*": [
"dist/components/*.d.ts"
],
"tgui-core/common/*": [
"dist/common/*.d.ts"
],
"tgui-core/*": [
"dist/*.d.ts"
"dist/common/*.d.ts"
],
},
},
Expand Down

0 comments on commit 36f75e0

Please sign in to comment.