Skip to content

Commit bf511d9

Browse files
committed
Add index.ts and remove test from tsconfig build
1 parent 332f8b9 commit bf511d9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magiceden-oss/runestone-lib",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@
2525
"resolveJsonModule": true
2626
},
2727
"include": [
28+
"index.ts",
2829
"src/**/*.ts",
29-
"src/**/*.json",
30-
"test/**/*.ts",
31-
"test/**/*.json"
30+
"src/**/*.json"
3231
],
3332
"exclude": ["node_modules", "dist"]
3433
}

0 commit comments

Comments
 (0)