Add tsconfig.json files

This commit is contained in:
Ryan Cavanaugh
2016-05-04 14:14:39 -07:00
parent fa204a87d1
commit 69d1929d8a
1769 changed files with 1945 additions and 1747 deletions

View File

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