Skip to content

Commit a95dca3

Browse files
committed
chore: add nuxi dependency and update tsconfig options
1 parent d4883c7 commit a95dca3

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"@types/node": "latest",
4949
"changelogen": "^0.5.5",
5050
"eslint": "^9.10.0",
51+
"nuxi": "^3.25.1",
5152
"nuxt": "^3.13.0",
5253
"typescript": "latest",
5354
"vitest": "^3.0.0",

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"extends": "./.nuxt/tsconfig.json"
2+
"extends": "./.nuxt/tsconfig.json",
3+
"compilerOptions": {
4+
"lib": ["es2015"],
5+
"module": "esnext"
6+
}
37
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5510,6 +5510,11 @@ nth-check@^2.0.1, nth-check@^2.1.1:
55105510
dependencies:
55115511
boolbase "^1.0.0"
55125512

5513+
nuxi@^3.25.1:
5514+
version "3.25.1"
5515+
resolved "https://registry.yarnpkg.com/nuxi/-/nuxi-3.25.1.tgz#8baea8c41a916e418728cba0cdbc135e795f86bd"
5516+
integrity sha512-NeZDRVdn58QF3+clrkKRXE3PtfhE4hkmj8/Wqf6th707SDqmdBb/KZV2BE4lwL+FhgEDgtN7AMF8WZCkicudXg==
5517+
55135518
nuxt@^3.13.0:
55145519
version "3.17.6"
55155520
resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-3.17.6.tgz#14de3dbb8cc0fea61401f17ec53772e72490f685"

0 commit comments

Comments
 (0)