mirror of
https://github.com/JonasunderscoreJones/api-worker.git
synced 2025-10-23 10:29:19 +02:00
8 lines
199 B
JSON
8 lines
199 B
JSON
{
|
|
"extends": "@cloudflare/workers-tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["@cloudflare/workers-types"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["__tests__", "./init-tests/**"]
|
|
}
|