Skip to content

Commit

Permalink
docs(create-vite): add missing tsconfig.app.json file at the project …
Browse files Browse the repository at this point in the history
…array for react-ts (#17645)
  • Loading branch information
DouglasdeMoura committed Jul 16, 2024
1 parent 1465b20 commit 6d31a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
project: ['./tsconfig.json', './tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: __dirname,
},
}
Expand Down

0 comments on commit 6d31a1d

Please sign in to comment.