Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a smaller package #6

Merged
merged 14 commits into from
Aug 9, 2021
Prev Previous commit
Next Next commit
Format file
  • Loading branch information
tsekityam committed Aug 9, 2021
commit 8ab39c5ee7e5887ebcdbb6ff5f99f354a2b28b9d
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"declaration": true,
"outDir": "./dist",
"removeComments": true,
"removeComments": true
},
"exclude": ["**/test.ts", "./dist"]
}