From: 余腾靖 Date: Mon, 27 Feb 2023 07:21:14 +0000 (+0800) Subject: chore: rename tsconfig.config.json to tsconfig.node.json (#232) X-Git-Tag: v3.6.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47c7be7866a0906d722a6c6279d2858a9f19e48;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: rename tsconfig.config.json to tsconfig.node.json (#232) Closes #231 --- diff --git a/template/tsconfig/base/tsconfig.json b/template/tsconfig/base/tsconfig.json index 8d235999..cb2043bc 100644 --- a/template/tsconfig/base/tsconfig.json +++ b/template/tsconfig/base/tsconfig.json @@ -10,7 +10,7 @@ "references": [ { - "path": "./tsconfig.config.json" + "path": "./tsconfig.node.json" } ] } diff --git a/template/tsconfig/base/tsconfig.config.json b/template/tsconfig/base/tsconfig.node.json similarity index 100% rename from template/tsconfig/base/tsconfig.config.json rename to template/tsconfig/base/tsconfig.node.json diff --git a/template/tsconfig/cypress-ct/tsconfig.json b/template/tsconfig/cypress-ct/tsconfig.json index 040665bb..27e23a60 100644 --- a/template/tsconfig/cypress-ct/tsconfig.json +++ b/template/tsconfig/cypress-ct/tsconfig.json @@ -2,7 +2,7 @@ "files": [], "references": [ { - "path": "./tsconfig.config.json" + "path": "./tsconfig.node.json" }, { "path": "./tsconfig.app.json" diff --git a/template/tsconfig/vitest/tsconfig.json b/template/tsconfig/vitest/tsconfig.json index 31f90037..100cf6a8 100644 --- a/template/tsconfig/vitest/tsconfig.json +++ b/template/tsconfig/vitest/tsconfig.json @@ -2,7 +2,7 @@ "files": [], "references": [ { - "path": "./tsconfig.config.json" + "path": "./tsconfig.node.json" }, { "path": "./tsconfig.app.json"