Skip to content

Commit 8b0da4b

Browse files
committed
Add basic TypeScript build skeleton
1 parent 7cacb73 commit 8b0da4b

22 files changed

+1007
-837
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
**/node_modules
22
**/fixtures/**
3+
**/dist/**
34
client/build/**

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ typings/
5959

6060
.DS_Store
6161
config.json
62-
**/fixtures/build
62+
**/fixtures/build
63+
**/dist

0 commit comments

Comments
 (0)