mirror of
https://github.com/Nezumi-2711/google-drive-s3.git
synced 2026-09-22 13:38:30 +00:00
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["@cloudflare/vitest-pool-workers"]
|
|
},
|
|
"include": ["./**/*.ts", "../worker-configuration.d.ts"],
|
|
"exclude": []
|
|
}
|