mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 07:12:15 +10:00
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"extends": "../.nitro/types/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"@cloudflare/workers-types"
|
|
]
|
|
}
|
|
}
|