diff options
Diffstat (limited to 'examples/toolbar-app')
-rw-r--r-- | examples/toolbar-app/package.json | 3 | ||||
-rw-r--r-- | examples/toolbar-app/tsconfig.json | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 2f45baab5..e57b294aa 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -15,7 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.16.16", - "@types/node": "^18.17.8" + "astro": "^5.0.0-beta.11" } } diff --git a/examples/toolbar-app/tsconfig.json b/examples/toolbar-app/tsconfig.json index b3e754ea0..281fb7f92 100644 --- a/examples/toolbar-app/tsconfig.json +++ b/examples/toolbar-app/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "astro/tsconfigs/base", + "extends": "astro/tsconfigs/strict", "compilerOptions": { "outDir": "dist", "rootDir": "src" |