Skip to content

Commit

Permalink
(env): add initial, partial tsdx support
Browse files Browse the repository at this point in the history
- add scripts and devDeps for tsdx
  - will add typings, module, files, etc when code is converted to TS
- add tsdx .gitignore stuff
- add partial tsdx tsconfig
  - react / jsx support is unnecessary
  - a bunch of redudant things removed that were already covered in
    strict mode
  - removed strict mode for now -- will gradually add that in

(deps): add tsdx and TS to devDeps (no other peerDeps/devDeps for now)
- no tests, husky, prettier, etc yet (though I lint with standard
  globally)
  • Loading branch information
agilgur5 committed Jul 11, 2019
1 parent 82bd859 commit 7b523ff
Show file tree
Hide file tree
Showing 4 changed files with 8,096 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### tsdx ###

dist/
.rts2_cache_cjs
.rts2_cache_esm
.rts2_cache_umd

### Node ###

# Logs
Expand Down
Loading

0 comments on commit 7b523ff

Please sign in to comment.