Ask Your Question
0

In tsconfig.json, why does it say "Build: No inputs were found in the configuration file"?

asked 2021-12-12 11:00:00 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-04-11 17:00:00 +0000

djk gravatar image

This error message means that the TypeScript compiler cannot find any source files to compile based on the configuration settings specified in the tsconfig.json file. Typically, this occurs when the "files" or "include" properties in the tsconfig.json file are empty or are pointing to non-existent files or directories. To resolve this, ensure that the "files" or "include" properties are correctly defined and that the source files are located in the specified directories.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-12-12 11:00:00 +0000

Seen: 12 times

Last updated: Apr 11 '22