Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
use TypeScript (#188)
Browse files Browse the repository at this point in the history
* wip

* add rollup

* tweak tsconfig

* update dep

* dont bundle tslib

* fix tests

* fix config

* fix tests
  • Loading branch information
longlho committed May 18, 2019
1 parent 6dca04b commit e7959d9
Show file tree
Hide file tree
Showing 44 changed files with 3,516 additions and 10,554 deletions.
5 changes: 2 additions & 3 deletions .gitignore
@@ -1,4 +1,3 @@
lib/
node_modules/
tmp/
.nyc_output
.nyc_output
src/locales.ts
3 changes: 3 additions & 0 deletions .nycrc
@@ -0,0 +1,3 @@
{
"extends": "@istanbuljs/nyc-config-typescript"
}
184 changes: 0 additions & 184 deletions Gruntfile.js

This file was deleted.

0 comments on commit e7959d9

Please sign in to comment.