diff options
Diffstat (limited to 'examples/toolbar-app')
-rw-r--r-- | examples/toolbar-app/package.json | 2 | ||||
-rw-r--r-- | examples/toolbar-app/tsconfig.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 1462eb098..5b03d6f85 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.16.14" + "astro": "^5.0.0-beta.8" } } 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" |