mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
28 lines
737 B
Text
28 lines
737 B
Text
|
----------------------------434049563556637648550474
|
||
|
content-disposition: form-data; name="foo"
|
||
|
content-type: application/octet-stream
|
||
|
|
||
|
foo
|
||
|
----------------------------434049563556637648550474
|
||
|
content-disposition: form-data; name="bar"
|
||
|
content-type: application/octet-stream
|
||
|
|
||
|
bar
|
||
|
----------------------------434049563556637648550474
|
||
|
content-disposition: form-data; name="file"; filename="tsconfig.json"
|
||
|
content-type: application/octet-stream
|
||
|
|
||
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2018",
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"deno": ["./deno.d.ts"],
|
||
|
"https://*": ["../../.deno/deps/https/*"],
|
||
|
"http://*": ["../../.deno/deps/http/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
----------------------------434049563556637648550474--
|