mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
14 lines
No EOL
324 B
JSON
14 lines
No EOL
324 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "bundler",
|
|
"types": [
|
|
"@cloudflare/vitest-pool-workers", // provides `cloudflare:test` types
|
|
"vitest/globals"
|
|
],
|
|
},
|
|
"include": [
|
|
"./**/*.ts",
|
|
"../worker-configuration.d.ts", // output of `wrangler types`
|
|
],
|
|
} |