* Update to next v15, switch to pnpm

* Delete package-lock.json

* Add PPR

* Update to next@canary

* Update starter-example to next@canary

* Update file extension

* Update ts compiler options to match CNA

* Fix ts errors
This commit is contained in:
Delba de Oliveira
2024-06-19 08:50:40 +01:00
committed by GitHub
parent 58f9a68c6a
commit deca7c766f
12 changed files with 106 additions and 104 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "ES2017",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,