chore: add types to compilerOptions in ts config

This commit is contained in:
javayhu 2025-06-15 11:44:37 +08:00
parent ae49d06cf4
commit a4390d433b

View File

@ -13,6 +13,7 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"types": ["cloudflare-env.d.ts", "node"],
"plugins": [
{
"name": "next"