mirror of
https://github.com/JonasunderscoreJones/api.jonasjones.dev.git
synced 2025-10-23 20:19:19 +02:00
8 lines
156 B
JSON
8 lines
156 B
JSON
{
|
|
"extends": "@cloudflare/workers-tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "jest"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": []
|
|
}
|