mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
docs(create-vite): add missing tsconfig.app.json file at the project array for react-ts (#17645)
This commit is contained in:
parent
1465b2064e
commit
6d31a1de59
@ -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,
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user