Skip to content

Commit

Permalink
Publish types
Browse files Browse the repository at this point in the history
  • Loading branch information
nettofarah committed Dec 17, 2019
1 parent 9d3c851 commit fdb8c67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "mysql-schema-ts",
"version": "0.2.2",
"description": "mysql-schema-ts coverts mysql schemas into typescript interfaces",
"main": "index.js",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"author": "Netto Farah <nettofarah@gmail.com>",
"license": "MIT",
"scripts": {
Expand All @@ -19,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/nettofarahmysql-schema-ts.git"
"url": "https://github.com/nettofarah/mysql-schema-ts.git"
},
"dependencies": {
"lodash": "^4.17.15",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"outDir": "dist",
"noUnusedLocals": true,
"noUnusedParameters": true,
"declaration": true,
"lib": ["es2020"],
"baseUrl": "./src",
"paths": {
Expand Down

0 comments on commit fdb8c67

Please sign in to comment.