Skip to content

Commit

Permalink
improve build and api extracting
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Apr 6, 2020
1 parent e3e5f7e commit 6acea6e
Show file tree
Hide file tree
Showing 10 changed files with 1,307 additions and 698 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
./dist
./jest.config.js
./jest.e2e.config.js
./api-extractor.json
./test/fixtures
./types
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.json linguist-language=JSON-with-Comments
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist
types
temp
coverage
node_modules
.DS_Store
Expand Down
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
coverage
test
e2e
temp
docs
types
scripts
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
dist
types
docs
coverage
tsconfig.json
api-extractor.json
Loading

0 comments on commit 6acea6e

Please sign in to comment.