atom-typescript doesn't like this either -_-

This commit is contained in:
joshaber 2016-07-13 09:20:14 -05:00
parent 4aacd4df51
commit fb93cad43a

View file

@ -7,7 +7,6 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"sourceMap": true,
"jsx": "react",
"outDir": "./build/app"