move location of cloudflare typedefs

This commit is contained in:
Brandon Liu
2022-07-19 20:27:40 +08:00
parent 983c76e08d
commit 3a77103373
2 changed files with 1 additions and 1 deletions

View File

@@ -8,5 +8,5 @@
},
"types": []
},
"include": ["src/*.ts"]
"include": ["worker.ts","cloudflare.d.ts"]
}