Initial commit

This commit is contained in:
Daniel Imms
2016-10-01 13:07:15 -07:00
commit c2a3cb7ee5
10 changed files with 164 additions and 0 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"declaration": true,
"module": "commonjs",
"target": "es5",
"noImplicitAny": true,
"outDir": "dist"
},
"files": [
"src/index.ts"
]
}