diff --git a/.gitignore b/.gitignore index 97008e5..c406da7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -yarn.lock \ No newline at end of file +yarn.lock +dist diff --git a/package.json b/package.json index 70286dc..99aaafb 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "main": "index.js", "author": "Marco Santana ", "license": "MIT", + "scripts": { + "build": "tsc" + }, "dependencies": { "express": "^4.17.1" },