reduxjs / redux-templates

Official Redux templates for Vite, Create-React-App, and more
https://redux.js.org
MIT License
1.42k stars 245 forks source link

v2.0.0 : vite-template-redux : npm run build : Error - Output file 'app/vite.config.d.ts' has not been built from source file 'app/vite.config.ts'. #129

Open csatish opened 3 weeks ago

csatish commented 3 weeks ago

Version : v2.0.0 Package : vite-template-redux Running environment : Tried node 18 and 20

npm run build is throwing error as below:

Output file 'app/vite.config.d.ts' has not been built from source file 'app/vite.config.ts'. The file is in the program because: Matched by default include pattern '*/'

csatish commented 3 weeks ago

By adding below line in tsconfig.json have resolved the "npm run build" error.

"include": ["src"]