mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-07 22:18:45 +00:00
chore: regenerate lock files (#1138)
* chore: bump packages * chore: update tsconfig starter-example
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"moduleResolution": "bundler",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"jsx": "react-jsx",
|
||||
"incremental": true,
|
||||
"plugins": [
|
||||
{
|
||||
@@ -29,7 +29,8 @@
|
||||
"**/*.tsx",
|
||||
".next/types/**/*.ts",
|
||||
"app/lib/placeholder-data.ts",
|
||||
"scripts/seed.js"
|
||||
"scripts/seed.js",
|
||||
".next/dev/types/**/*.ts"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user