Closed foray1010 closed 4 years ago
{ "extends": "@foray1010/tsconfig", "compilerOptions": { "emitDeclarationOnly": false, "noEmit": true } }
Able to get config as tsc
tsc
ENOENT: no such file or directory, stat '/myrepo/node_modules/@foray1010/tsconfig.json'
I think the problem is in this line: https://github.com/plantain-00/type-coverage/blob/3e9c564912fc319eff923cd171b6d2caa5c325b6/packages/utils/src/tsconfig.ts#L76
v2.7.1 should fix this.
it works, thank you!
Version(if relevant): 2.7.0
Environment(if relevant):
Code(if relevant):
Expected:
Able to get config as
tsc
Actual:
I think the problem is in this line: https://github.com/plantain-00/type-coverage/blob/3e9c564912fc319eff923cd171b6d2caa5c325b6/packages/utils/src/tsconfig.ts#L76