Skip to content

Commit ff95e45

Browse files
KiChjangwhymarrh
authored andcommitted
Migrate from JavaScript to TypeScript (#74)
1 parent 5fec9aa commit ff95e45

File tree

7 files changed

+631
-545
lines changed

7 files changed

+631
-545
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
node_modules
22
.DS_Store
33
package-lock.json
4+
5+
# TypeScript
6+
/build
7+
**/*.d.ts
8+
**/*.js

0 commit comments

Comments
 (0)