mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 08:12:23 +10:00
feat: repell some pests
This commit is contained in:
parent
baa126c4ae
commit
6435e11ccd
14 changed files with 8065 additions and 0 deletions
8
pests-repellent/test/tsconfig.json
Normal file
8
pests-repellent/test/tsconfig.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": ["@cloudflare/vitest-pool-workers"]
|
||||
},
|
||||
"include": ["./**/*.ts", "../worker-configuration.d.ts"],
|
||||
"exclude": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue