test(): add initial test suite (#523)

This commit is contained in:
Matt Lewis
2016-09-07 02:42:29 +01:00
committed by Ibrahim Hadeed
parent d5513db9bb
commit 1facde3966
11 changed files with 735 additions and 8 deletions

View File

@@ -5,7 +5,8 @@
"sourceMap": true,
"declaration": true,
"experimentalDecorators": true,
"outDir": "dist"
"outDir": "dist",
"moduleResolution": "node"
},
"files": [
"typings/es6-shim/es6-shim.d.ts",