add tsconfig

This commit is contained in:
Jason Chen 2015-07-10 16:25:26 -07:00
parent 98e0100d9e
commit 4d6ed6cd02
2 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View File

@ -4,5 +4,3 @@
*.log
*.notes
tsconfig.json

6
tsconfig.json Normal file
View File

@ -0,0 +1,6 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES5"
}
}