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