Skip to content

Commit 6db0307

Browse files
committed
UPD: all tsconfigs with new extend value
REF: Some HTML fixes
1 parent 0f454d8 commit 6db0307

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/layouts/Default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Nav />
33

44
<header class="container">
5-
<Heads>Starter template based on Vue 3, Bootstrap 5,<br />SASS with Dark Theme and Typescript!</Heads>
5+
<Heads>Starter template based on Vue 3, Bootstrap 5, SASS with Dark Theme and Typescript!</Heads>
66
</header>
77

88
<main class="container flex-shrink-0 mb-4">

tsconfig.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@vue/tsconfig/tsconfig.node.json",
2+
"extends": "@vue/tsconfig/tsconfig.json",
33
"include": ["vite.config.ts"],
44
"compilerOptions": {
55
"composite": true,

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@vue/tsconfig/tsconfig.web.json",
2+
"extends": "@vue/tsconfig/tsconfig.json",
33
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
44
"compilerOptions": {
55
"target": "esnext",

0 commit comments

Comments
 (0)