Skip to content

Commit

Permalink
Add index.ts and remove test from tsconfig build
Browse files Browse the repository at this point in the history
  • Loading branch information
summraznboi committed Mar 30, 2024
1 parent 332f8b9 commit bf511d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magiceden-oss/runestone-lib",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
"resolveJsonModule": true
},
"include": [
"index.ts",
"src/**/*.ts",
"src/**/*.json",
"test/**/*.ts",
"test/**/*.json"
"src/**/*.json"
],
"exclude": ["node_modules", "dist"]
}

0 comments on commit bf511d9

Please sign in to comment.