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
As title, after init project via react-ts-template, i got err in vite.config.ts:
'xxx/src/manifest.ts' is not listed within the file list of project 'xxx/tsconfig.node.json'. Projects must list all files or use an 'include' pattern.ts(6307)
Why set references field to tsconfig.node.json in tsconfig.json?
The text was updated successfully, but these errors were encountered:
As title, after init project via react-ts-template, i got err in vite.config.ts:
'xxx/src/manifest.ts' is not listed within the file list of project 'xxx/tsconfig.node.json'. Projects must list all files or use an 'include' pattern.ts(6307)
Why set references field to tsconfig.node.json in tsconfig.json?
The text was updated successfully, but these errors were encountered: