Skip to content

Commit

Permalink
Revert ":green_heart: Add types"
Browse files Browse the repository at this point in the history
This reverts commit 99c947f.
  • Loading branch information
segersniels committed Mar 2, 2020
1 parent 99c947f commit f21a606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "2.4.4-beta.0",
"description": "What's Up Dock(er)?",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"compile": "tsc --skipLibCheck ; babel dist -d dist",
"build": "pkg dist/index.js --target node12 -o ./bin/supdock",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"metadata": ["metadata/index.ts"],
"*": ["src/*"],
"package": ["package.json"]
},
"declaration": true
}
},
"exclude": ["node_modules", "**/node_modules/*"]
}

0 comments on commit f21a606

Please sign in to comment.