mirror of
https://github.com/saltbo/zpan.git
synced 2026-08-28 15:51:29 +08:00
9 lines
246 B
JSON
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"]
|
|
}
|