diff --git a/src/pages/index.html b/src/pages/index.html index 72c8a2b..d084195 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -15,7 +15,7 @@ - {{ count + 123 }} + {{ count }} {{greeting}} hey
diff --git a/tsconfig.json b/tsconfig.json index 43008af..c3eae23 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,4 @@ +// eslint disable-next-line { "extends": "./.nitro/types/tsconfig.json" }