]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat: use solution-style tsconfigs for more accurate type checking (#40)
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 31 Jan 2022 06:27:23 +0000 (22:27 -0800)
committerGitHub <noreply@github.com>
Mon, 31 Jan 2022 06:27:23 +0000 (14:27 +0800)
commitf1cdce326cf134830d591edfad8c4e7b0abaf015
tree359e9704c376d1fb18a199e4a7a1d377bcbb982c
parentb5851bcba8c54beedd0f3a91f3f831e094ce10ef
feat: use solution-style tsconfigs for more accurate type checking (#40)
13 files changed:
index.js
pnpm-lock.yaml
pnpm-workspace.yaml
template/config/cypress-ct/cypress/plugins/index.ts
template/config/cypress/cypress/plugins/index.ts
template/tsconfig/base/package.json [new file with mode: 0644]
template/tsconfig/base/tsconfig.json [new file with mode: 0644]
template/tsconfig/base/tsconfig.vite-config.json [new file with mode: 0644]
template/tsconfig/cypress/cypress/plugins/tsconfig.json [new file with mode: 0644]
template/tsconfig/cypress/cypress/tsconfig.json [new file with mode: 0644]
template/tsconfig/vitest/package.json [new file with mode: 0644]
template/tsconfig/vitest/tsconfig.json [new file with mode: 0644]
template/tsconfig/vitest/tsconfig.vitest.json [new file with mode: 0644]