Closed
Description
Coming from jonaskello/tsconfig-paths#91, tsconfigPaths.loadConfig(path)
accepts a file path too not only a directory.
I think the directory
option should be renamed to something more descriptive. I have 2 alternatives in mind:
tsconfigPath
project
- will keep things consistent with@typescript-eslint/parser
(parserOptions.project
) - but it's in no way as descriptive astsconfigPath
This will be a breaking change!