chore: add types to compilerOptions in ts config
This commit is contained in:
parent
ae49d06cf4
commit
a4390d433b
@ -13,6 +13,7 @@
|
|||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
|
"types": ["cloudflare-env.d.ts", "node"],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "next"
|
"name": "next"
|
||||||
|
Loading…
Reference in New Issue
Block a user