BlazorMedia icon indicating copy to clipboard operation
BlazorMedia copied to clipboard

Typescript Error with VS 2019

Open JohnnyOpcode opened this issue 5 years ago • 3 comments

tsc : error TS18003: Build:No inputs were found in config file 'C:/Users/DEV/.nuget/packages/blazormedia/0.3.0.5/contentFiles/any/netstandard2.1/tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '[]'.

JohnnyOpcode avatar Jun 24 '20 04:06 JohnnyOpcode

Same problem for me. @JohnnyOpcode did you find a workaround?

IanLedzion avatar Sep 04 '20 07:09 IanLedzion

Also got this problem.

jonils avatar Sep 14 '20 19:09 jonils

I added an empty file called file.ts to the netstandard2.1 directory. Any file name will do, it just has to have the .ts suffix.

IanLedzion avatar Sep 15 '20 07:09 IanLedzion