diff --git a/docs/api.md b/docs/api.md index 0ef5517..672552e 100644 --- a/docs/api.md +++ b/docs/api.md @@ -40,7 +40,7 @@ interface TSConfckFindOptions { /** * parse the closest tsconfig.json file * - * @param filename - path to a tsconfig.json or a .ts source file (absolute or relative to cwd) + * @param filename - path to a tsconfig .json or a source file or directory (absolute or relative to cwd) * @param options - options * */ export function parse(filename: string, options?: TSConfckParseOptions | undefined): Promise; diff --git a/packages/tsconfck/types/index.d.ts b/packages/tsconfck/types/index.d.ts index a7366ba..d292de3 100644 --- a/packages/tsconfck/types/index.d.ts +++ b/packages/tsconfck/types/index.d.ts @@ -57,15 +57,13 @@ declare module 'tsconfck' { private setParseResult; - private deleteParseResult; - private setTSConfigPath; #private; } /** * parse the closest tsconfig.json file * - * @param filename - path to a tsconfig.json or a .ts source file (absolute or relative to cwd) + * @param filename - path to a tsconfig .json or a source file or directory (absolute or relative to cwd) * @param options - options * */ export function parse(filename: string, options?: TSConfckParseOptions | undefined): Promise; diff --git a/packages/tsconfck/types/index.d.ts.map b/packages/tsconfck/types/index.d.ts.map index 76be1b9..85c642f 100644 --- a/packages/tsconfck/types/index.d.ts.map +++ b/packages/tsconfck/types/index.d.ts.map @@ -39,5 +39,5 @@ null, null ], - "mappings": ";;;;;;;;iBAUsBA,IAAIA;;;;;;;;iBCWJC,OAAOA;;;;;;;iBCRbC,MAAMA;;;;;;;;;;iBCDAC,UAAUA;cCZnBC,aAAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBCqBJC,KAAKA;cAyTdC,kBAAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBC1TTC,WAAWA;cAiOpBC,wBAAwBA;;;;;;;;;;;;;;;;;;;;;;;;;WCnPpBC,mBAAmBA;;;;;;;;;;;;;;;;WAgBnBC,sBAAsBA;;;;;;;;;WAStBC,oBAAoBA;;;;;;;;WAQpBC,mBAAmBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA6BnBC,0BAA0BA;;;;;;;;;;;;WAY1BC,yBAAyBA;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2B9BC,SAASA" + "mappings": ";;;;;;;;iBAUsBA,IAAIA;;;;;;;;iBCWJC,OAAOA;;;;;;;iBCRbC,MAAMA;;;;;;;;;;iBCDAC,UAAUA;cCZnBC,aAAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBCqBJC,KAAKA;cA2TdC,kBAAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBC5TTC,WAAWA;cAkOpBC,wBAAwBA;;;;;;;;;;;;;;;;;;;;;;;;;WCpPpBC,mBAAmBA;;;;;;;;;;;;;;;;WAgBnBC,sBAAsBA;;;;;;;;;WAStBC,oBAAoBA;;;;;;;;WAQpBC,mBAAmBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA6BnBC,0BAA0BA;;;;;;;;;;;;WAY1BC,yBAAyBA;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2B9BC,SAASA" } \ No newline at end of file