relaxes the file name restriction on resolveTsConfig from an exact match on tsconfig.json to starting with tsconfig. and ending with .json
add tests for parse and parseNative so we're sure the individual configs are properly parsed when requested, instead of loading the parent tsconfig.json
fixes #34
This PR:
resolveTsConfig
from an exact match ontsconfig.json
to starting withtsconfig.
and ending with.json
parse
andparseNative
so we're sure the individual configs are properly parsed when requested, instead of loading the parenttsconfig.json