Add tsconfig.json files

This commit is contained in:
Ryan Cavanaugh 2016-05-04 14:14:39 -07:00
parent 82537cbca4
commit 7e32abdb26

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../"