Skip to content

Commit 5ec2ef5

Browse files
committed
Publishing in dist folder
1 parent 8d8c9c4 commit 5ec2ef5

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
# Project
99
/node_modules
10-
/lib
10+
/dist

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"author": "AboutBits",
77
"license": "MIT",
88
"private": false,
9-
"main": "lib/index.js",
9+
"main": "dist/index.js",
10+
"typings": "dist/index.d.ts",
1011
"scripts": {
1112
"build": "tsc",
1213
"lint": "eslint --ext js,ts,tsx src",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"module": "esnext",
55
"moduleResolution": "node",
66
"declaration": true,
7-
"outDir": "./lib",
7+
"outDir": "./dist",
88
"strict": true,
99
"esModuleInterop": true
1010
},

0 commit comments

Comments
 (0)