Skip to content

Instantly share code, notes, and snippets.

@jesperbjensen
Created May 16, 2020 17:35
Show Gist options
  • Save jesperbjensen/1833a226c40fcd0464cc0597d09f2f18 to your computer and use it in GitHub Desktop.
Save jesperbjensen/1833a226c40fcd0464cc0597d09f2f18 to your computer and use it in GitHub Desktop.
{
"files": [
"index.ts"
],
"deno_args":[
"--allow-net",
"--allow-read",
"--allow-write"
],
"extensions": [
".ts"
],
"watch": [
"."
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment