mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
8 lines
210 B
JSON
8 lines
210 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["@cloudflare/vitest-pool-workers/types", "node"]
|
|
},
|
|
"include": ["../worker-configuration.d.ts", "../vitest.config.ts", "./**/*.ts"]
|
|
}
|