Files
zpan/server/tsconfig.json
T
2026-06-08 15:17:54 -04:00

9 lines
246 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": ["@cloudflare/workers-types"]
},
"include": [".", "../shared", "../workers"],
"exclude": ["**/*.cf-test.ts", "../workers/**/*.cf-test.ts", "test/apply-migrations.ts"]
}