mirror of
https://github.com/fmhy/edit.git
synced 2026-01-10 02:16:17 +00:00
9 lines
132 B
JSON
9 lines
132 B
JSON
{
|
|
"extends": "../.nitro/types/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"@cloudflare/workers-types"
|
|
]
|
|
}
|
|
}
|