mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-07 14:09:06 +00:00
Add PPR (#745)
* 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:
committed by
GitHub
parent
58f9a68c6a
commit
deca7c766f
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"target": "ES2017",
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
|
||||
Reference in New Issue
Block a user