mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 23:32:17 +10:00
8 lines
183 B
JSON
8 lines
183 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["@cloudflare/vitest-pool-workers"]
|
|
},
|
|
"include": ["./**/*.ts", "../worker-configuration.d.ts"],
|
|
"exclude": []
|
|
}
|