Skip to content

Commit 6acea6e

Browse files
committed
improve build and api extracting
1 parent e3e5f7e commit 6acea6e

10 files changed

+1307
-698
lines changed

.eslintignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
./dist
22
./jest.config.js
3+
./jest.e2e.config.js
4+
./api-extractor.json
35
./test/fixtures
46
./types

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.json linguist-language=JSON-with-Comments

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dist
22
types
3+
temp
34
coverage
45
node_modules
56
.DS_Store

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
coverage
55
test
66
e2e
7+
temp
8+
docs
9+
types
710
scripts

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
dist
22
types
3+
docs
34
coverage
45
tsconfig.json
6+
api-extractor.json

0 commit comments

Comments
 (0)