Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Updated .*ignore files and disable source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAifam5 committed Aug 14, 2018
1 parent cba4b40 commit ecd9218
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Output
lib
coverage/
lib/

# Logs
logs
Expand Down Expand Up @@ -59,3 +60,6 @@ jspm_packages/

# next.js build output
.next

/*.tgz
/*.txt
6 changes: 3 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.vscode/

src/
tests/
dist/
test/
coverage/
typings/
lib/tests

tslint.json
tsconfig.json

/*.config*

yarn*

.npmignore
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"noImplicitAny": true,
"removeComments": true,
"target": "es6",
"sourceMap": true,
"outDir": "./lib",
"rootDir": "./src"
},
Expand Down

0 comments on commit ecd9218

Please sign in to comment.