]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
fix: add tsconfig.json for playwright tests
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 18 Nov 2022 10:12:01 +0000 (18:12 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 18 Nov 2022 10:12:01 +0000 (18:12 +0800)
commit3a946b6a740b755faf2bf9da92b8d8de6d72c832
tree18dfdfc2f301adef7803fe131f7bf36dacb91906
parenta1405c8835751676063f0a330d96ab368839b173
fix: add tsconfig.json for playwright tests

1. Avoid "The file must be included in at least one of the projects
provided" error when using type-aware ESLint configurations;
2. It's recommended by the [playwright documentation](https://playwright.dev/docs/test-typescript#tsconfigjson):
> We recommend setting up a separate `tsconfig.json` in the tests
directory so that you can change some preferences specifically for the
tests.
index.ts
template/tsconfig/playwright/e2e/tsconfig.json [new file with mode: 0644]