Blog and docs: Sunsetting Create React App (#7495)

* Blog and docs: Sunsetting Create React App

* fix link

* tweaks

* fix markdown

* clarity + thanks
This commit is contained in:
Ricky
2025-02-14 13:40:33 -05:00
committed by GitHub
parent dfc4448e0d
commit 7cf1f500d8
11 changed files with 641 additions and 151 deletions

View File

@@ -22,12 +22,18 @@
"isolatedModules": true,
"jsx": "preserve",
"baseUrl": "src",
"incremental": true
"incremental": true,
"plugins": [
{
"name": "next"
}
]
},
"include": [
"next-env.d.ts",
"src/**/*.ts",
"src/**/*.tsx"
"src/**/*.tsx",
".next/types/**/*.ts"
],
"exclude": [
"node_modules"