mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-07 06:42:48 +08:00
14 lines
212 B
JSON
14 lines
212 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"lib": [
|
|
"ESNext"
|
|
],
|
|
"types": []
|
|
},
|
|
}
|