Custom tsconfig for tests
It turns out that allowJs
tsconfig option was being used for testing. Tests now use their own config. This didn't need a release, really, but again: sometimes I don't npm that well. Especially when npm
ing while tired.