docs(create-vite): add missing tsconfig.app.json file at the project array for react-ts (#17645)

This commit is contained in:
Douglas Moura 2024-07-16 06:04:57 -03:00 committed by GitHub
parent 1465b2064e
commit 6d31a1de59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
},
}