You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i have my ts file in 'src', and do not give a rootDir './src', 'src' will be found in generated dts file. what ever project and baseDir are set.
when i use gulp, and if i use files in tsconfig, eg. src/index,, and file src/a.ts is referenced in src/index.ts generator will ignore src/a.ts
The text was updated successfully, but these errors were encountered:
if i have my ts file in 'src', and do not give a rootDir './src', 'src' will be found in generated dts file. what ever project and baseDir are set.
when i use gulp, and if i use files in tsconfig, eg.
src/index,
, and filesrc/a.ts
is referenced insrc/index.ts
generator will ignoresrc/a.ts
The text was updated successfully, but these errors were encountered: