Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ee5b35

Browse files
authoredOct 2, 2021
chore: switch to tsc for building (#21)
1 parent 83a4931 commit 0ee5b35

File tree

6 files changed

+72
-939
lines changed

6 files changed

+72
-939
lines changed
 

‎.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.next
22
node_modules
33
test
4+
lib

‎.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ node_modules
2020

2121
# Test
2222
demo
23+
lib
24+
tsconfig.json

‎build.config.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.