From: Haoqun Jiang Date: Tue, 18 Oct 2022 06:47:03 +0000 (+0800) Subject: chore: add playwright config to tsconfig include pattern X-Git-Tag: v3.4.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7d2ecd1d91712bf93b2a7b09866b21435727e7;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: add playwright config to tsconfig include pattern --- diff --git a/template/tsconfig/base/tsconfig.config.json b/template/tsconfig/base/tsconfig.config.json index c2d3a309..424084aa 100644 --- a/template/tsconfig/base/tsconfig.config.json +++ b/template/tsconfig/base/tsconfig.config.json @@ -1,6 +1,6 @@ { "extends": "@vue/tsconfig/tsconfig.node.json", - "include": ["vite.config.*", "vitest.config.*", "cypress.config.*"], + "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"], "compilerOptions": { "composite": true, "types": ["node"]